PayloadKit

Xsan Preferences

com.apple.xsan.preferences

The payload that configures the Xsan preferences that define the volumes that automatically mount at startup.

macOS
macOS 10.11+combined

Configuration Keys (5)

KeyTypeTitle
useDLC

If 'true', use the DLC for all volumes.

Default: false

booleanUse Distributed LAN Client (DLC)
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.

arrayOnly Mount
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.

arrayDeny Mount
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'.

arrayPrefer DLC
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).

arrayDeny DLC
onlyMountItemrequired

A volume name.

stringXsan or StorNext Volume Name
denyMountItemrequired

A volume name.

stringXsan or StorNext Volume Name
preferDLCItemrequired

A volume name.

stringStorNext Volume Name
denyDLCItemrequired

A volume name.

stringStorNext Volume Name