Is it possible to add custom filesystem mount options for SF iSCSI devices? Or is that something for which we need to create custom containers?
I see ext4 rw,relatime,data=ordered in my container, but I don't need realtime (does Docker do?) and I want other stuff (in line with SolidFire best practices) that's not in here.
Edit: while googling I spotted --mount volume-opts=<k0>=<v0>,volume-opts=<k1>=<v1>, but I don't know what mount-specific options (if any) for block devices can be used.
Is it possible to add custom filesystem mount options for SF iSCSI devices? Or is that something for which we need to create custom containers?
I see
ext4 rw,relatime,data=ordered
in my container, but I don't needrealtime
(does Docker do?) and I want other stuff (in line with SolidFire best practices) that's not in here.Edit: while googling I spotted
--mount volume-opts=<k0>=<v0>,volume-opts=<k1>=<v1>
, but I don't know what mount-specific options (if any) for block devices can be used.