Go to main content
Oracle® ZFS Storage Appliance 관리 설⁠명⁠서, 릴⁠리⁠스 OS8.6.x

인쇄 보기 종료

업데이트 날짜: 2016년 9월
 
 

프로젝트 편집(CLI)

프로젝트 등록 정보를 수정하려면 다음 단계를 수행하십시오.

  1. shares로 이동합니다.
    hostname:> shares
  2. select와 프로젝트 이름을 입력합니다.
    hostname:shares> select home
  3. 프로젝트 등록 정보를 나열하려면 get 명령을 사용합니다.
    hostname:shares home> get
                        aclinherit = restricted
                           aclmode = discard
                             atime = true
                          checksum = fletcher4
                       compression = off
                     compressratio = 100
                            copies = 1
                          creation = Thu Oct 23 2009 17:30:55 GMT+0000 (UTC)
                        mountpoint = /export
                             quota = 0
                          readonly = false
                        recordsize = 128K
                       reservation = 0
                          rstchown = true
                    secondarycache = all
                            nbmand = false
                          sharesmb = off
                          sharenfs = on
                           snapdir = hidden
                         snaplabel = project1:share1
                             vscan = false
                  defaultuserquota = 0
                 defaultgroupquota = 0
                        encryption = off
                         snaplabel =
                          sharedav = off
                          shareftp = off
                         sharesftp = off
                         sharetftp = off
                              pool = Pool1
                    canonical_name = Pool1/local/default
                     default_group = other
               default_permissions = 700
                    default_sparse = false
                      default_user = nobody
              default_volblocksize = 8K
                   default_volsize = 0
                        space_data = 43.9K
                  space_unused_res = 0
           space_unused_res_shares = 0
                   space_snapshots = 0
                   space_available = 12.0T
                       space_total = 43.9K
                            origin =
    hostname:shares home> 
    
  4. 프로젝트 등록 정보를 수정하려면 set 명령을 사용합니다. 프로젝트 등록 정보 및 값은 프로젝트 등록 정보에서 설명합니다.

    예를 들어, 이 프로젝트에 대해 vscan을 사용으로 설정하려면 다음 명령을 입력합니다.

    hostname:shares home >set vscan=true 
  5. commit을 입력합니다.
    hostname:shares home> commit