mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #483] Webvirtmgr-NFS STORAGE QUESTIONS ?? HELP #359
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chamambom on GitHub (Dec 20, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/483
I have the below scenario of my KVM
I have 1 physical machine with KVM running 10 virtual machines.I need an explanation on the behavior of NFS.
My webvirtmgr is installed as a VM on that same physical machine so when i set up NFS storage using openfiler ,i managed to get it up working with no problems but i need an insight on the behaviour of NFS.
the complete scenario is below
webvirtmgr is installed as a VM so thats where i setup the NFS client connecting to openfiler [no problem here] but somehow when i create a folder say /var/isoimages.....this folder has to be created also on the host machine in order for the NFS pool to come up ? why is it behaving this way
but all the fstab mount commands are only done on the webvirtmgr but the directory has to exist on the host machine ,can someone explain