Hello,
I've installed 6 Proxmox 3 servers which need to access to a SAN by iSCSI. The VMs are stored in LVM partitions but I need a clustered file system for the datas. I don't need replication. It seems that OCFS2 or GFS2 could be the good solutions. However, I've read that OCSF2 is not recommended for Proxmox and I can't install GFS2 with the APT package :
Any idea to help me ?
I've installed 6 Proxmox 3 servers which need to access to a SAN by iSCSI. The VMs are stored in LVM partitions but I need a clustered file system for the datas. I don't need replication. It seems that OCFS2 or GFS2 could be the good solutions. However, I've read that OCSF2 is not recommended for Proxmox and I can't install GFS2 with the APT package :
apt-get install gfs2-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gfs2-tools : Depends: cman but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Any idea to help me ?