I'm investigating updating OMV6->7 and ran omv-salt stage run deploy which produced a lot of output including a failure regarding EXT4 quotas and the following error:-
Quotequotacheck: Your kernel probably supports ext4 quota feature but you are using external quota files. Please switch your filesystem to use ext4 quota feature as external quota files on ext4 are deprecated
The drive in question is a backup drive and needs no quotas, so I turned off quotas, but fstab and mntab still contain the external file options and even after a reboot omv-salt stage run deploy still has the error.
What's the best way to remove those deprecated options so no more quotacheck errors?
Looking further into this, the docs for OMV7 still show the same default mount options for ext4 which means the error will persist unless OMV config is manually edited. Should the latest version not have these defaults modified so there is no error?