2
0
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:
Jarrod Johnson
2019-06-05 11:16:44 -04:00
parent a8cad7a70f
commit e288e8bad5

View File

@@ -851,6 +851,7 @@ class InputVolumes(ConfluentInputMessage):
self.inputbynode[node].append({'name': volname,
'size': volsize,
'disks': disks,
'stripsize': input.get('stripsize', None),
'raidlevel': raidlvl,
})