You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works: linstor rg sp zfs_12 StorDriver/ZfscreateOptions "-o volblocksize=16k" LINSTOR ==> rg sp zfs_12 StorDriver/ZfscreateOptions volblocksize=16k (but makes no sense)
This didn't work: rg sp zfs_12 StorDriver/ZfscreateOptions '-a b' (linstor: error: unrecognized arguments: b') rg sp zfs_12 StorDriver/ZfscreateOptions '-a\ b' rg sp zfs_12 StorDriver/ZfscreateOptions -ab rg sp zfs_12 StorDriver/ZfscreateOptions '-ab' (no error but it saves '-ab' but should save -ab
The text was updated successfully, but these errors were encountered:
ggzengel
changed the title
linstor interactive: can't add options with space inside or trailing minus
linstor interactive: can't add options with space inside or leading minus
Aug 24, 2020
This works:
linstor rg sp zfs_12 StorDriver/ZfscreateOptions "-o volblocksize=16k"
LINSTOR ==> rg sp zfs_12 StorDriver/ZfscreateOptions volblocksize=16k
(but makes no sense)This didn't work:
rg sp zfs_12 StorDriver/ZfscreateOptions '-a b'
(linstor: error: unrecognized arguments:b'
)rg sp zfs_12 StorDriver/ZfscreateOptions '-a\ b'
rg sp zfs_12 StorDriver/ZfscreateOptions -ab
rg sp zfs_12 StorDriver/ZfscreateOptions '-ab'
(no error but it saves'-ab'
but should save-ab
The text was updated successfully, but these errors were encountered: