The payload that configures the Xsan preferences that define the volumes that automatically mount at startup.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
onlyMount onlyMount An array of Xsan or StorNext volume names. The Xsan client attempts to automatically mount these volumes at startup. The system administrator can mount additional volumes manually by using the `xsanctl(8)` mount command. 1 subkey | array | optional | — | ✓Yes | macOS (10.11+) |
└─ onlyMountItem onlyMountItem A volume name. | string | required | — | ✓Yes | macOS (10.11+) |
denyMount denyMount An array of Xsan or StorNext volume names. If no `onlyMount` array is present, the Xsan client automatically attempts to mount all SAN volumes except the volumes in this array. The system administrator can mount those volumes manually by using the `xsanctl(8)` mount command. 1 subkey | array | optional | — | ✓Yes | macOS (10.11+) |
└─ denyMountItem denyMountItem A volume name. | string | required | — | ✓Yes | macOS (10.11+) |
denyDLC denyDLC An array of StorNext volume names. If the Xsan client is attempting to mount a volume named in this array, the client only mounts the volume if its logical units (LUNs) are available through Fibre Channel. It doesn't attempt to mount the volume using Distributed LAN Client (DLC). 1 subkey | array | optional | — | ✓Yes | macOS (10.11+) |
└─ denyDLCItem denyDLCItem A volume name. | string | required | — | ✓Yes | macOS (10.11+) |
preferDLC preferDLC An array of StorNext volume names. If the Xsan client is attempting to mount a volume named in this array, the Xsan client attempts to mount the volume using DLC. If DLC isn't available, the client attempts to mount the volume if its LUNs are available through Fibre Channel. The volume name must not also appear in `denyDLC`. 1 subkey | array | optional | — | ✓Yes | macOS (10.11+) |
└─ preferDLCItem preferDLCItem A volume name. | string | required | — | ✓Yes | macOS (10.11+) |
useDLC useDLC If `true`, use the DLC for all volumes. | boolean | optional | false | ✓Yes | macOS (10.11+) |