Xsan Preferences
com.apple.xsan.preferences
The payload that configures the Xsan preferences that define the volumes that automatically mount at startup.
Configuration Keys (5)
| Key | Type | Title |
|---|---|---|
useDLCIf 'true', use the DLC for all volumes. Default: false | boolean | Use Distributed LAN Client (DLC) |
onlyMountAn 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. | array | Only Mount |
denyMountAn 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. | array | Deny Mount |
preferDLCAn 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'. | array | Prefer DLC |
denyDLCAn 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). | array | Deny DLC |
onlyMountItemrequiredA volume name. | string | Xsan or StorNext Volume Name |
denyMountItemrequiredA volume name. | string | Xsan or StorNext Volume Name |
preferDLCItemrequiredA volume name. | string | StorNext Volume Name |
denyDLCItemrequiredA volume name. | string | StorNext Volume Name |