Adding to what Tom said
changing the storage node location Local
example:
UUID=b2584c6a-dddd-4939-9f86-f77a816fad8a /media/images2 ext4 errors=remount-ro 0 0 Change the info on the web interface to reflect your new Storage Group, mine was local, so I just reused the same Ip, made sure the user, pass were set to one that matches a user on the Linux box with the same 777 permissions on the destination
example:
chmod -R 0777 /where/you/want/to/put/your/shit copy all the files from the original /images folder specifically /images/dev, /images/.mntcheck, /images/postdownloadscripts to the new location
example:
cp -rp /images/* /where/you/want/to/put/your/shit
##########################################################################
This is what worked for me to get rid of the
“Mounting File System…Failed”
problem I encountered after moving the storage node to a larger local disk
##########################################################################
4. Edit the /etc/exports file to reflect the new datastore location, don’t forget to copy the files over as mentioned above
example:
From:
/images
/images/dev
To:
/where/you/want/to/put/your/shit
/where/you/want/to/put/your/shit/dev
#save
#restart the service
service nfs-kernel-server restart