Hi all,
First and foremost: my congratulations on this excellent virtualization environment. I've been using it for years and I'm suggesting it to everyone who asks me an opinion on what good hypervisor to use.
Maybe I'm not a noob on ProxMox, but I'm not a super hacker either.
As the summary hopefully explains, I'm facing a weird behaviour.
The only strange thing is that the CPU and RAM readings in the Summary view (of those two guests) are almost zeroed. I mean:
My guess is that something is going wrong while processing the conf file for those guests because of the mp declaration, and the container brings up the guests without access to CPU and RAM readings.
Any help or hint is appreciated.
Kind regards,
Marco
First and foremost: my congratulations on this excellent virtualization environment. I've been using it for years and I'm suggesting it to everyone who asks me an opinion on what good hypervisor to use.
Maybe I'm not a noob on ProxMox, but I'm not a super hacker either.
As the summary hopefully explains, I'm facing a weird behaviour.
- In one CT I mounted a NFS mount point using the GUI, resulting in a raw file in the NFS share to be used by the guest.
- In another CT I did a bind mount, as explained elsewhere in the forums, resulting in a 1:1 file/directory relationship between the guest and the nfs share, which is going to host up to 3 TB of Maildirs.
The only strange thing is that the CPU and RAM readings in the Summary view (of those two guests) are almost zeroed. I mean:
- RAM usage shows some megabytes instead of almost 1 GB.
- CPU usage shown is zero, constantly.
My guess is that something is going wrong while processing the conf file for those guests because of the mp declaration, and the container brings up the guests without access to CPU and RAM readings.
Code:
arch: amd64
cores: 4
hostname: modoboa
memory: 2048
mp0: /mnt/pve/mbox/mailboxes,mp=/mnt/mbox,shared=1,replicate=0
nameserver: my.dns.ip.addr
net0: name=eth0,bridge=vmbr1,gw=my.gw.ip.addr,hwaddr=aa:bb:cc:dd:ee:ff,ip=my.ip.lan.net/24,tag=8,type=veth
onboot: 1
ostype: debian
rootfs: local-zfs:subvol-110-disk-0,size=10G
swap: 4096
unprivileged: 1
Any help or hint is appreciated.
Kind regards,
Marco