Hi everyone,
I am running several Proxmox 2 and 3 hosts and a Proxmox 4 host.
All of them declare a local storage and 2 nfs storages in /etc/pve/storage.cfg like this :
and obviously, the mount command cannot work because nfs shares are not in the fstab...
My question is: how can I tell to Proxmox "please, read your storage.cfg and mount the associated storages" ?
Any help will be very appreciated
I am running several Proxmox 2 and 3 hosts and a Proxmox 4 host.
All of them declare a local storage and 2 nfs storages in /etc/pve/storage.cfg like this :
Code:
# cat /etc/pve/storage.cfg
nfs: share-online
path /mnt/pve/share-online
server server1.domain.com
export /srv/vzshare
options vers=3
content images,iso,vztmpl,backup
maxfiles 0
nfs: share-ovh
path /mnt/pve/share-ovh
server server2.domain.com
export /srv/vzshare
options vers=3
content images,iso,vztmpl,backup
maxfiles 0
dir: local
path /var/lib/vz
content images,iso,vztmpl,rootdir
maxfiles 0
and obviously, the mount command cannot work because nfs shares are not in the fstab...
My question is: how can I tell to Proxmox "please, read your storage.cfg and mount the associated storages" ?
Any help will be very appreciated
Code:
# pveversion -v
proxmox-ve: 4.1-41 (running kernel: 4.2.8-1-pve)
pve-manager: 4.2-4 (running version: 4.2-4/2660193c)
pve-kernel-4.2.8-1-pve: 4.2.8-41
lvm2: 2.02.116-pve2
corosync-pve: 2.3.5-2
libqb0: 1.0-1
pve-cluster: 4.0-39
qemu-server: 4.0-74
pve-firmware: 1.1-8
libpve-common-perl: 4.0-60
libpve-access-control: 4.0-16
libpve-storage-perl: 4.0-50
pve-libspice-server1: 0.12.5-2
vncterm: 1.2-1
pve-qemu-kvm: 2.5-15
pve-container: 1.0-63
pve-firewall: 2.0-26
pve-ha-manager: 1.0-31
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u1
lxc-pve: 1.1.5-7
lxcfs: 2.0.0-pve2
cgmanager: 0.39-pve1
criu: 1.6.0-1
zfsutils: 0.6.5-pve9~jessie
Last edited: