Change glusterfs mount options

zemzema

Member
May 26, 2020
15
0
6
68
Is there a way to change the options for mounting glusterfs on proxmox 7 that the system does automatically?

Default mount options are:
fuse.glusterfs (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072)

and I want to change it:
fuse.glusterfs (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072, inode64,allocsize=64)
 
no, not currently, but you can open an enhancement request here: https://bugzilla.proxmox.com
it would be best if you also add why you want to set this, so we can evaluate if that makes sense in general, or if we maybe just want to have some custom options there..