Enum lsm::SystemMode [] [src]

#[repr(i8)]
pub enum SystemMode { Unknown, NoSupport, HardwareRaid, Hba, }

Variants

Plugin failed to query system mode.

Plugin does not support querying system mode.

The storage system is a hardware RAID card(like HP SmartArray and LSI MegaRAID) and could expose the logical volume(aka, RAIDed virtual disk) to OS while hardware RAID card is handling the RAID algorithm. In this mode, storage system cannot expose physical disk directly to OS.

The physical disks can be exposed to OS directly without any configurations. SCSI enclosure service might be exposed to OS also.

Trait Implementations

impl Debug for SystemMode
[src]

[src]

Formats the value using the given formatter.

impl Clone for SystemMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SystemMode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for SystemMode
[src]