pub enum Fencing {
Both,
Hardware,
Watchdog,
}Expand description
Set the fencing mode of the HA cluster. Hardware mode needs a valid configuration of fence devices in /etc/pve/ha/fence.cfg. With both all two modes are used.
WARNING: ‘hardware’ and ‘both’ are EXPERIMENTAL & WIP
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Fencing
impl<'de> Deserialize<'de> for Fencing
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Fencing
Auto Trait Implementations§
impl Freeze for Fencing
impl RefUnwindSafe for Fencing
impl Send for Fencing
impl Sync for Fencing
impl Unpin for Fencing
impl UnsafeUnpin for Fencing
impl UnwindSafe for Fencing
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more