Nach Stromausfall Neustart Proxmox Server ist OK, aber eine einzelner LXC startet nicht.
Startversuch von Shell des Servers
root@ems:~# pct start 106
storage 'sdb' does not exist
root@ems:~#
fdisk -l
Disk /dev/sdb: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: WDC WD40EZRZ-00G
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 6CD57AAE-2A19-474F-9EDB-27921BE3513D
Device Start End Sectors Size Type
/dev/sdb1 2048 7814037134 7814035087 3.6T Linux filesystem
Sieht für mich gut aus.
root@ems:~# ls -l /mnt/pve/sdb/images/
total 4
drwxr----- 2 root root 4096 Oct 3 23:37 106
root@ems:~#
root@ems:~# ls -l /mnt/pve/sdb/images/106
total 578312436
-rw-r----- 1 root root 2199023255552 Nov 2 09:49 vm-106-disk-0.raw
root@ems:~#
Sieht für mich auch noch gut aus.
Nach "pct rescan" sieht das config file des LXC wie folgt aus
root@ems:/etc/pve/lxc# cat /etc/pve/lxc/106.conf
#Nextcloud-Server
arch: amd64
cores: 4
features: nesting=1
hostname: mekong
memory: 2048
mp0: sdb:106/vm-106-disk-0.raw,mp=/nextcloud_data,backup=1,size=0T
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.178.1,hwaddr=9E:CA:8C:85:26:33,ip=192.168.178.70/24,type=veth
onboot: 1
ostype: ubuntu
rootfs: local-lvm:vm-106-disk-0,size=20G
swap: 2048
unprivileged: 1
root@ems:/etc/pve/lxc#
Was mich irritiert ist, dass die Größe von mp0 von 2T zu 0T wechselt.
root@ems:/etc/pve/lxc# df -h
Filesystem Size Used Avail Use% Mounted on
...
/dev/sdb1 3.6T 552G 2.9T 16% /mnt/pve/sdb
...
root@ems:/etc/pve/lxc#
Wie sollte ich weiter vorgehen? Stehe da leider komplett im Wald.
Gruß Wolfgang
Startversuch von Shell des Servers
root@ems:~# pct start 106
storage 'sdb' does not exist
root@ems:~#
fdisk -l
Disk /dev/sdb: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: WDC WD40EZRZ-00G
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 6CD57AAE-2A19-474F-9EDB-27921BE3513D
Device Start End Sectors Size Type
/dev/sdb1 2048 7814037134 7814035087 3.6T Linux filesystem
Sieht für mich gut aus.
root@ems:~# ls -l /mnt/pve/sdb/images/
total 4
drwxr----- 2 root root 4096 Oct 3 23:37 106
root@ems:~#
root@ems:~# ls -l /mnt/pve/sdb/images/106
total 578312436
-rw-r----- 1 root root 2199023255552 Nov 2 09:49 vm-106-disk-0.raw
root@ems:~#
Sieht für mich auch noch gut aus.
Nach "pct rescan" sieht das config file des LXC wie folgt aus
root@ems:/etc/pve/lxc# cat /etc/pve/lxc/106.conf
#Nextcloud-Server
arch: amd64
cores: 4
features: nesting=1
hostname: mekong
memory: 2048
mp0: sdb:106/vm-106-disk-0.raw,mp=/nextcloud_data,backup=1,size=0T
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.178.1,hwaddr=9E:CA:8C:85:26:33,ip=192.168.178.70/24,type=veth
onboot: 1
ostype: ubuntu
rootfs: local-lvm:vm-106-disk-0,size=20G
swap: 2048
unprivileged: 1
root@ems:/etc/pve/lxc#
Was mich irritiert ist, dass die Größe von mp0 von 2T zu 0T wechselt.
root@ems:/etc/pve/lxc# df -h
Filesystem Size Used Avail Use% Mounted on
...
/dev/sdb1 3.6T 552G 2.9T 16% /mnt/pve/sdb
...
root@ems:/etc/pve/lxc#
Wie sollte ich weiter vorgehen? Stehe da leider komplett im Wald.
Gruß Wolfgang