mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-24 04:00:28 +00:00
Add stripsize to the input on volume
Explictly ensure a stripsize key.
This commit is contained in:
@@ -851,6 +851,7 @@ class InputVolumes(ConfluentInputMessage):
|
||||
self.inputbynode[node].append({'name': volname,
|
||||
'size': volsize,
|
||||
'disks': disks,
|
||||
'stripsize': input.get('stripsize', None),
|
||||
'raidlevel': raidlvl,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user