I have an environment setup in vmWare that has several web/application servers.
I need to present to them an NFS share with storage acquired from an iSCSI datastore. For simplicity, let's call it /files
As of now, I'm using CentOS Minimal, and only installing the bare essentials for hosting NFS. I setup the vm using local storage (about 8GB) and setup a 2nd hard drive using storage from an iSCSI (remote NAS) datastore. I mount that drive as /files on the server. Then, I setup an NFS share to /files so that the other (mostly centOS) servers can mount it.
Is there a better way? Should I be using a storage OS? Or is the need for a storage OS negated by the fact that I'm doing a basic NFS share and nothing more?
I'm exploring the possibility of having the remote NAS storage provided as an NFS share, and having the VM's mount directly to that. I haven't had a chance to try that yet though.
I need to present to them an NFS share with storage acquired from an iSCSI datastore. For simplicity, let's call it /files
As of now, I'm using CentOS Minimal, and only installing the bare essentials for hosting NFS. I setup the vm using local storage (about 8GB) and setup a 2nd hard drive using storage from an iSCSI (remote NAS) datastore. I mount that drive as /files on the server. Then, I setup an NFS share to /files so that the other (mostly centOS) servers can mount it.
Is there a better way? Should I be using a storage OS? Or is the need for a storage OS negated by the fact that I'm doing a basic NFS share and nothing more?
I'm exploring the possibility of having the remote NAS storage provided as an NFS share, and having the VM's mount directly to that. I haven't had a chance to try that yet though.