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:
parent
d4df912f46
commit
94aca1e8e4
@ -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),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user