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:
@@ -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),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user