Schema Properties - Oracle ZFS Storage Appliance Administration Manual

Hide thumbs Also See for ZFS Storage Appliance:
Table of Contents

Advertisement

Creating a Schema (CLI)
carp:shares schema owner> get
carp:shares schema owner> set description="Owner Contact Email"
carp:shares schema owner> commit
Once custom properties have been defined, they can be accessed like any other property under
the name "custom:<property>":
carp:shares default> get
...
...
carp:shares default> set custom:owner=bob@corp
carp:shares default> commit

Schema Properties

To define custom properties, access the Shares > Schema navigation item. The current schema
is displayed as a list, and entries can be added or removed as needed. Each property has the
following fields:
TABLE 120
Field
NAME
DESCRIPTION
TYPE
The valid types for properties are:
TABLE 121
BUI Type
String
424
Oracle ZFS Storage Appliance Administration Guide, Release OS8.6.x • September 2016
type = EmailAddress
description = Owner Contact
description = Owner Contact Email (uncommitted)
custom:department = 123-45-6789
custom:owner =
custom:owner = bob@corp (uncommitted)
Schema Property Fields
Valid Types for Properties
CLI Type
String
Description
The CLI name for this property. This must contain only
alphanumeric characters or the characters ".:_\".
The BUI name for this property. This can contain
arbitrary characters and is used in the help section of the
CLI
The property type, for validation purposes. This must be
one of the types described below.
Description
Arbitrary string data. This is the
equivalent of no validation.

Advertisement

Table of Contents
loading

Table of Contents