No summary stats

I have the same problem.
Result of "pct config 101" is:
Code:
Configuration file 'nodes/xxxx/lxc/101.conf' does not exist
But it runs without problems, the other VMs too (which have summary stats). In /etc/pve/nodes/xxxx/lxc is absolutely no one configuration file.

Edit: The config files are in /etc/pve/qemu-server.
 
Last edited:
I have the same problem.
Result of "pct config 101" is:
Code:
Configuration file 'nodes/xxxx/lxc/101.conf' does not exist
But it runs without problems, the other VMs too (which have summary stats). In /etc/pve/nodes/xxxx/lxc is absolutely no one configuration file.

Edit: The config files are in /etc/pve/qemu-server.

"pct" is for LXC containers, for VMs you need to use "qm"
 
Ok. I don't think that it could be unsafe to post here MAC adresses and something else, but to be careful, I ommitted it ;)
Code:
root@xxxxxx:~# pveversion -v
proxmox-ve: 4.4-86 (running kernel: 4.4.49-1-pve)
pve-manager: 4.4-13 (running version: 4.4-13/7ea56165)
pve-kernel-4.4.44-1-pve: 4.4.44-84
pve-kernel-4.4.19-1-pve: 4.4.19-66
pve-kernel-4.4.49-1-pve: 4.4.49-86
lvm2: 2.02.116-pve3
corosync-pve: 2.4.2-2~pve4+1
libqb0: 1.0.1-1
pve-cluster: 4.0-49
qemu-server: 4.0-110
pve-firmware: 1.1-11
libpve-common-perl: 4.0-94
libpve-access-control: 4.0-23
libpve-storage-perl: 4.0-76
pve-libspice-server1: 0.12.8-2
vncterm: 1.3-2
pve-docs: 4.4-4
pve-qemu-kvm: 2.7.1-4
pve-container: 1.0-97
pve-firewall: 2.0-33
pve-ha-manager: 1.0-40
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u3
lxc-pve: 2.0.7-4
lxcfs: 2.0.6-pve1
criu: 1.6.0-1
novnc-pve: 0.5-9
smartmontools: 6.5+svn4324-1~pve80
zfsutils: 0.6.5.9-pve15~bpo80
Code:
root@xxxxxx:~# qm config 101
bootdisk: scsi0
cores: 1
ide2: local:iso/debian-8.6.0-amd64-netinst.iso,media=cdrom
memory: 2048
name: routerh2
net0: e1000=xx:xx:xx:xx:xx:xx,bridge=vmbr0
net1: e1000=yy:yy:yy:yy:yy:yy,bridge=vmbr1
numa: 0
onboot: 1
ostype: l26
parent: Backup
scsi0: images:101/vm-101-disk-1.qcow2,size=20G
scsihw: virtio-scsi-pci
smbios1: uuid=zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz
sockets: 1
Code:
root@xxxxxx:~# qm status 101 --verbose
balloon: 2147483648
ballooninfo:
        last_update: 1493220352
        mem_swapped_out: 0
        mem_swapped_in: 0
        free_mem: 1856335872
        max_mem: 2147483648
        total_mem: 2107936768
        major_page_faults: 653
        minor_page_faults: 2545767
        actual: 2147483648
blockstat:
        scsi0:
                rd_bytes: 121816576
                wr_total_time_ns: 21645832837
                idle_time_ns: 625411737
                rd_total_time_ns: 1370923522
                failed_flush_operations: 0
                wr_operations: 21952
                failed_wr_operations: 0
                invalid_rd_operations: 0
                flush_operations: 11839
                flush_total_time_ns: 13465008686
                wr_bytes: 154763264
                rd_merged: 0
                rd_operations: 5373
                failed_rd_operations: 0
                timed_stats:
                invalid_flush_operations: 0
                invalid_wr_operations: 0
                wr_merged: 0
                wr_highest_offset: 17182814208
        ide2:
                idle_time_ns: 75885454620981
                wr_total_time_ns: 0
                rd_total_time_ns: 727701
                failed_flush_operations: 0
                rd_bytes: 49356
                failed_wr_operations: 0
                invalid_rd_operations: 0
                flush_operations: 0
                wr_operations: 0
                rd_operations: 18
                rd_merged: 0
                wr_bytes: 0
                flush_total_time_ns: 0
                invalid_wr_operations: 0
                invalid_flush_operations: 0
                wr_highest_offset: 0
                wr_merged: 0
                timed_stats:
                failed_rd_operations: 0
cpus: 1
disk: 0
diskread: 121865932
diskwrite: 154763264
freemem: 1856335872
maxdisk: 21474836480
maxmem: 2147483648
mem: 251600896
name: routerh2
netin: 59513098131
netout: 59756182983
nics:
        tap101i1:
                netout: 5844784120
                netin: 54229266191
        tap101i0:
                netin: 5283831940
                netout: 53911398863
pid: 29745
qmpstatus: running
status: running
template:
uptime: 75894
 
Last edited: