pyocf: Remove non-existing field from CacheAttachConfig

This field has been moved to CacheDeviceConfig.

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2022-04-22 09:17:50 +02:00
parent d4df912f46
commit 94aca1e8e4

View File

@ -76,7 +76,6 @@ class CacheAttachConfig(Structure):
("_open_cores", c_bool), ("_open_cores", c_bool),
("_force", c_bool), ("_force", c_bool),
("_discard_on_start", c_bool), ("_discard_on_start", c_bool),
("_volume_params", c_void_p),
] ]