Reputation: 41
I have a synology (DS412+) NAS installed on my network. Is it possible to configure my CloudStack to store my VM on NAS instead of local machine.
can anyone help me
Upvotes: 0
Views: 847
Reputation: 1
Ashok,
Maybe you have found the solution already but anyway...
Now, from this point I will give instructions as if you're doing it on XenCenter, but this should not be very different in CloudStack.
In the XenCenter click on the New Storage Pool Select NFS VHD Change the name if you wish now you need to type the IP address of the Synology box say it's 192.168.1.100 and add the path that I said earlier you need to remember: 192.168.1.100:/volume1/SHAREDNFS Click on Scan And this should be it!
Hope this helps.
Upvotes: 0
Reputation: 11
I personally use a Synology DS410 as both the primary and secondary storage for CloudStack in my lab. Since Synology supports both NFS and iSCSI, you have the following options:
Upvotes: 1
Reputation: 5966
CloudStack's storage model for VMs allows users to place the virtual hard disk (VHD) on primary storage or local storage. Local storage corresponds to the file system of the hypervisor's Dom0 (XenServer terminology). Primary storage corresponds to shared storage, e.g. NFS.
Look to see if your NAS can be accessed via NFS, or another file sharing protocol for which CloudStack has support. If not, then mount your NAS on the hypervisor's Dom0 of you hypervisor manually, and tell CloudStack to use local storage for VMs.
Further support is available from user mailing list for Apache CloudStack. Sign up here
Upvotes: 1