dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
598 stars 276 forks source link

Changed --encrypted argument to work without value #240

Closed nhimf closed 1 year ago

nhimf commented 1 year ago

Changed --encrypted argument to work without value as passing in True on command line does not work reliable.

This change will still encrypt disks but does not allow to remove it anymore. As removing encryption on VD's will destroy any data on it, it does make sense to just recreate the VD if you want to remove encryption.