Enum ceph::cmd::OsdOption [] [src]

pub enum OsdOption {
    Full,
    Pause,
    NoUp,
    NoDown,
    NoOut,
    NoIn,
    NoBackfill,
    NoRebalance,
    NoRecover,
    NoScrub,
    NoDeepScrub,
    NoTierAgent,
    SortBitwise,
    RecoveryDeletes,
    RequireJewelOsds,
    RequireKrakenOsds,
}

Variants

Trait Implementations

impl Debug for OsdOption
[src]

[src]

Formats the value using the given formatter.

impl Display for OsdOption
[src]

[src]

Formats the value using the given formatter. Read more

impl AsRef<str> for OsdOption
[src]

[src]

Performs the conversion.