"Cf set-space-quota"의 두 판 사이의 차이

(새 문서: ==개요== ;cf unset-space-quota * 스페이스 쿼타를 설정하는 cf 명령어 <source lang='console'> ubuntu@zetawiki:~$ cf space development | grep Quota Sp...)
 
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
3번째 줄: 3번째 줄:
* 스페이스 쿼타를 설정하는 [[cf  명령어]]
* 스페이스 쿼타를 설정하는 [[cf  명령어]]


<source lang='console'>
ubuntu@zetawiki:~$ cf space-quotas
Getting space quotas as testuser@example.com...
OK
name          total memory limit  instance memory limit  routes  service instances  paid service plans  app instance limit
test_quota1  10G                  10G                    100      100                disallowed          100
</source>
<source lang='console'>
<source lang='console'>
ubuntu@zetawiki:~$ cf space development | grep Quota
ubuntu@zetawiki:~$ cf space development | grep Quota

2016년 8월 9일 (화) 10:46 기준 최신판

1 개요[ | ]

cf unset-space-quota
ubuntu@zetawiki:~$ cf space-quotas
Getting space quotas as testuser@example.com...
OK

name          total memory limit   instance memory limit   routes   service instances   paid service plans   app instance limit
test_quota1   10G                  10G                     100      100                 disallowed           100
ubuntu@zetawiki:~$ cf space development | grep Quota
              Space Quota:
ubuntu@zetawiki:~$ cf set-space-quota zeta test_quota1
Assigning space quota test_quota1 from space zeta as testuser@example.com...
OK
ubuntu@zetawiki:~$ cf space development | grep Quota
              Space Quota:       test_quota1 (10G memory limit, 10G instance memory limit, 100 routes, 100 services, paid services disallowed, 100 app instance limit)

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}