Hi -- pardon me if I am doing something wrong -- i am a novice at this.
I have been getting this error
Error #0:
OMV\AssertException: The configuration object 'conf.system.sharedfolder' is not unique. An object with the property 'name' and value 'XYZ' already exists. in /usr/share/php/openmediavault/config/database.inc:513
Stack trace:
#0 /usr/share/openmediavault/engined/rpc/sharemgmt.inc(282): OMV\Config\Database->assertIsUnique(Object(OMV\Config\ConfigObject), 'name')
#1 [internal function]: Engined\Rpc\ShareMgmt->set(Array, Array)
#2 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#3 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('set', Array, Array)
#4 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('ShareMgmt', 'set', Array, Array, 1)
#5 {main}
the sharefolder XYZ was originally created, then shared via NFS then unshared, then deleted then created again then shared and this is when the error ocured.
i looked in the /etc/openmediavault/config.xml and the label 'XYZ' is still there. i did not check /export.
i think the same occurs when one shares an nfs folder, then unshares it, then tries to share it again, ie without deletion.
any thoughts?