Doing some more reading and there are a couple of other threads where people have raised this issue
Thread
Applying Pending Configuration Changes Occasionally Causes 502 Bad Gateway Error
Hello OMV Community,
The last few times I've installed software updates and received the "Pending configuration changes. You must apply these changes in order for them to take effect." pop-up, I've encountered an annoying issue with trying to apply the changes. When I click "Apply", the update attempt fails with a 502 Bad Gateway, and the system becomes totally unusable. Each time it has happened, I haven't even been able to open a new SSH session. One time when it happened, I had an existing…
I am working through the steps in there and will add them to this thread as i go for any one else with this
root@omv-afsydney:/var/lib/openmediavault# omv-confdbadm read --prettify conf.system.filesystem.mountpoint
[
{
"comment": "",
"dir": "/srv/dev-disk-by-uuid-d0aaa632-b08d-4471-94f2-afdf292b6ef9",
"freq": 0,
"fsname": "/dev/disk/by-uuid/d0aaa632-b08d-4471-94f2-afdf292b6ef9",
"hidden": false,
"opts": "defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl",
"passno": 2,
"type": "ext4",
"usagewarnthreshold": 85,
"uuid": "de556bf9-2e9d-4823-b1c6-bafb4a457e0e"
},
{
"comment": "",
"dir": "/srv/dev-disk-by-uuid-026262d4-876e-407e-ac64-633772573c3d",
"freq": 0,
"fsname": "/dev/disk/by-uuid/026262d4-876e-407e-ac64-633772573c3d",
"hidden": false,
"opts": "defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl",
"passno": 2,
"type": "ext4",
"usagewarnthreshold": 85,
"uuid": "a789f1dd-591d-442f-b894-c77e5dd513f1"
},
{
"comment": "",
"dir": "/srv/dev-disk-by-uuid-79183b71-5e63-4d31-be26-3e5ea5382f6b",
"freq": 0,
"fsname": "/dev/disk/by-uuid/79183b71-5e63-4d31-be26-3e5ea5382f6b",
"hidden": false,
"opts": "defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl",
"passno": 2,
"type": "ext4",
"usagewarnthreshold": 85,
"uuid": "caaef95b-0a5b-4ef2-9e13-45f8e2a3cde2"
},
{
"comment": "",
"dir": "/export/OMV_DataStore",
"freq": 0,
"fsname": "/srv/dev-disk-by-uuid-026262d4-876e-407e-ac64-633772573c3d/Replication/",
"hidden": false,
"opts": "bind,nofail",
"passno": 0,
"type": "none",
"usagewarnthreshold": 85,
"uuid": "70464ac3-67b2-4d74-88f3-03e408bcf5b9"
},
{
"comment": "",
"dir": "/export/OMV_Backups",
"freq": 0,
"fsname": "/srv/dev-disk-by-uuid-79183b71-5e63-4d31-be26-3e5ea5382f6b/OMV_Backups/",
"hidden": false,
"opts": "bind,nofail",
"passno": 0,
"type": "none",
"usagewarnthreshold": 85,
"uuid": "3eeb8901-af72-4534-a378-4cc4357b3f4d"
},
{
"comment": "",
"dir": "/srv/dev-disk-by-uuid-33a7467e-359d-4017-b29c-af418d42fdc9",
"freq": 0,
"fsname": "/dev/disk/by-uuid/33a7467e-359d-4017-b29c-af418d42fdc9",
"hidden": false,
"opts": "defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl",
"passno": 2,
"type": "ext4",
"usagewarnthreshold": 85,
"uuid": "a888ff4d-25ab-4427-9972-d7ee096fcd12"
},
{
"comment": "USB-1",
"dir": "/srv/dev-disk-by-uuid-cc1fa057-da9b-4de9-a4a1-92141b403db4",
"freq": 0,
"fsname": "/dev/disk/by-uuid/cc1fa057-da9b-4de9-a4a1-92141b403db4",
"hidden": false,
"opts": "defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl",
"passno": 2,
"type": "ext4",
"usagewarnthreshold": 85,
"uuid": "ca216850-2941-4f52-ae8e-75ee3a1c2d89"
}
]
root@omv-afsydney:/var/lib/openmediavault#
Display More