1 Oracle ZFS Storage Appliance 概述
"Shares"(共享资源)" id="SHARES__SHARES__BUI"> "Shares"(共享资源)" id="SHARES__SHARES__CLI"> "Shares"(共享资源)CLI 属性" id="SHARES__SHARES__PROPERTIES"> "Shares"(共享资源) > "General"(常规)-BUI 页面" id="SHARES__SHARES__GENERAL">Update access time on read(读取时更新访问时间)
Non-blocking mandatory locking(非阻塞强制性锁定)
Synchronous Write Bias(同步写入偏向)
Restrict Ownership Change(限制所有权更改)
"Shares"(共享资源)> "Protocols"(协议)-BUI 页面" id="SHARES__SHARES__PROTOCOLS">Shares(共享资源)> Shares(共享资源)> Access(访问)
ACL Behavior on Mode Change(模式更改时的 ACL 行为)
ACL Inheritance Behavior(ACL 继承行为)
.zfs/snapshot visible(.zfs/snapshot 可见性)
可以在 "shares"(共享资源)> "schema"(模式)下找到模式上下文
carp:> shares schema carp:shares schema> show Properties: NAME TYPE DESCRIPTION owner EmailAddress Owner Contact
每个属性都是模式上下文的子代,使用属性名称作为标记。要创建属性,请使用 create 命令:
carp:shares schema> create department carp:shares schema department (uncommitted)> get type = String description = department carp:shares schema department (uncommitted)> set description="Department Code" description = Department Code (uncommitted) carp:shares schema department (uncommitted)> commit carp:shares schema>
在特定属性的上下文中,可使用标准 CLI 命令设置字段:
carp:shares schema> select owner carp:shares schema owner> get type = EmailAddress description = Owner Contact carp:shares schema owner> set description="Owner Contact Email"' description = Owner Contact Email (uncommitted) carp:shares schema owner> commit
定义了定制属性后,可以像访问任何名称为 "custom:<property>":
carp:shares default> get ... custom:department = 123-45-6789 custom:owner = ... carp:shares default> set custom:owner=bob@corp custom:owner = bob@corp (uncommitted) carp:shares default> commit