Go to main content

Oracle® ZFS Storage Appliance Administration Guide, Release OS8.7.x

Exit Print View

Updated: November 2018
 
 

Editing a Project (CLI)

To modify project properties, use these steps.

  1. Go to shares.
    hostname:> shares
  2. Enter select and a project name.
    hostname:shares> select home
  3. To list the project properties, use the get command.
    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. To modify the project properties, use the set command. Project properties and values are described in Project Properties.

    For example, to enable vscan for this project, enter the following command:

    hostname:shares home >set vscan=true 
  5. Enter commit.
    hostname:shares home> commit