diff --git a/confluent_server/confluent/messages.py b/confluent_server/confluent/messages.py index 6f1b63d1..089162ef 100644 --- a/confluent_server/confluent/messages.py +++ b/confluent_server/confluent/messages.py @@ -851,6 +851,7 @@ class InputVolumes(ConfluentInputMessage): self.inputbynode[node].append({'name': volname, 'size': volsize, 'disks': disks, + 'stripsize': input.get('stripsize', None), 'raidlevel': raidlvl, })