Proxmox won't set storage to Active state

Virt

Active Member
Oct 3, 2014
25
0
41
I have proxmox running on one server using an NFS share off an Ubuntu box. I am able to mount the NFS share via command line without issue but it never shows as active. Are there logs specific to this that might help? I have tried searching for similar situations and haven't had any luck finding any answers.
 
I have proxmox running on one server using an NFS share off an Ubuntu box. I am able to mount the NFS share via command line without issue but it never shows as active. Are there logs specific to this that might help? I have tried searching for similar situations and haven't had any luck finding any answers.
Hi,
perhaps you should give more info.

What is the output of following commands?
Code:
mount
pvesm status
cat /etc/pve/storage.cfg
Udo
 
mount shows:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=6178210,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmod e=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=4944844k,mode=755)
/dev/mapper/pve-root on / type ext3 (rw,relatime,errors=remount-ro,user_xattr,ac l,barrier=0,data=ordered)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=9889680k)
/dev/mapper/pve-data on /var/lib/vz type ext3 (rw,relatime,errors=continue,user_ xattr,acl,barrier=0,data=ordered)
beancounter on /proc/vz/beancounter type cgroup (rw,relatime,blkio,name=beancoun ter)
container on /proc/vz/container type cgroup (rw,relatime,freezer,devices,name=co ntainer)
fairsched on /proc/vz/fairsched type cgroup (rw,relatime,cpuacct,cpu,cpuset,name =fairsched)
/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,d efault_permissions,allow_other)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw,relatime)

pvesm status:
NFS02_10G1 nfs 0 0 0 0 100.00%
NFS03_10G2 nfs 0 0 0 0 100.00%
local dir 1 17908516 176232 17732284 1.48%


cat /etc/pve/storage.cfg:
dir: local
path /var/lib/vz
content images,iso,vztmpl,rootdir
maxfiles 0

nfs: NFS02_10G1
path /mnt/pve/NFS02_10G1
server 10.0.1.3
export /export/VMs
options vers=3,mountproto=tcp,async
content images,iso,vztmpl,rootdir,backup
maxfiles 1

nfs: NFS03_10G2
path /mnt/pve/NFS03_10G2
server 10.0.1.4
export /export/VMs
options vers=3,mountproto=tcp,async
content images
maxfiles 1
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!