I create some CTs , just one of them seen wrong:
I del 102 an create 101 again,and got the same error
all CTs will be grey in webgui after 101 run
I del 102 an create 101 again,and got the same error
Code:
root@ga001:~# pct list
can't open '/sys/fs/cgroup/blkio/lxc/101/ns/blkio.throttle.io_service_bytes' - No such file or directory
root@ga001:~# pct stop 101
root@ga001:~# pct list
VMID Status Lock Name
101 stopped mysql-181
103 running mongodb-182
104 running redis-183
105 running rabbitmq-184
root@ga001:~# pct config 101
arch: amd64
cores: 16
hostname: mysql-181
memory: 65536
net0: name=eth0,bridge=vmbr0,firewall=1,gw=x.y.1.254,hwaddr=46:28:24:4E:20:6D,ip=x.y.1.181/24,type=veth
net1: name=eth1,bridge=vmbr2,firewall=1,hwaddr=1A:9F:5A:30:EF:5F,ip=x.y.4.143/27,type=veth
ostype: centos
rootfs: locla-vg:vm-101-disk-0,size=1000G
swap: 512
unprivileged: 1
root@ga001:~#
root@ga001:~# pct config 103
arch: amd64
cores: 16
hostname: mongodb-182
memory: 65536
net0: name=eth0,bridge=vmbr0,firewall=1,gw=x.y.1.254,hwaddr=1A:19:87:C9:C3:60,ip=x.y.1.182/24,type=veth
net1: name=eth1,bridge=vmbr2,firewall=1,hwaddr=BA:A3:8D:14:F2:81,ip=x.y.4.144/27,type=veth
ostype: centos
rootfs: locla-vg:vm-103-disk-0,size=4000G
swap: 512
unprivileged: 1
all CTs will be grey in webgui after 101 run
Last edited: