You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
967: feat: allow setting encryption property on volume spec r=dsharma-dc a=dsharma-dc
This way of setting encryption property should be used with caution when the user knows what they are doing, e.g. planned manual migration of pools from non-encrypted to encrypted.
Co-authored-by: Diwakar Sharma <[email protected]>
about = "Encryption required for volume.\n\x1b[31m\x1b[1mCAUTION:\x1b[0m Use carefully during for example non-encrypted to encrypted pool migration. Refer to documentation for more details."
96
+
)]
97
+
Encryption{
98
+
#[clap(action = clap::ArgAction::Set)]
99
+
enabled:bool,
100
+
},
94
101
}
95
102
96
103
/// The types of resources that support cordoning.
0 commit comments