Remove upgrade-in-flight feature
Due to changes in Linux kernel this feature is not working anymore. Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
@@ -153,11 +153,6 @@ class casadm:
|
||||
'--file', ioclass_file]
|
||||
return cls.run_cmd(cmd)
|
||||
|
||||
@classmethod
|
||||
def start_upgrade(cls):
|
||||
cmd = [cls.casadm_path, '--script', '--upgrade-in-flight']
|
||||
|
||||
return cls.run_cmd(cmd)
|
||||
|
||||
# Configuration file parser
|
||||
|
||||
|
Reference in New Issue
Block a user