Hallo,
mein englisch ist leider etwas eingeschlafen.
Ich habe das Upgrade auf die Version 4.0 durchgeführt. Nun wollte ich mal schauen wie die Geschichte mit LXC ausschaut. Habe ein Container über das Webinterface angelegt und erhalte einen Fehler bezüglich des mountpoints.
Als Storage habe ZFS gewählt und auch im Webinterface diesen für Container freigegeben.
Im Webinterface erscheint folgender Fehler:
Aus der daemon.log entnehme ich folgenden aufälligen Eintrag
Auch manuell über das Terminal komme ich zu keiner Lösung
Scheinbar wird der mountpoint nicht richtig angelegt
Ich hoffe ihr oder wir kommen zu einer Problemlösung
mein englisch ist leider etwas eingeschlafen.
Ich habe das Upgrade auf die Version 4.0 durchgeführt. Nun wollte ich mal schauen wie die Geschichte mit LXC ausschaut. Habe ein Container über das Webinterface angelegt und erhalte einen Fehler bezüglich des mountpoints.
Als Storage habe ZFS gewählt und auch im Webinterface diesen für Container freigegeben.
Im Webinterface erscheint folgender Fehler:
Code:
mount: special device /rpool/subvol-101-disk-1 does not exist
mounting container failed - command 'mount -o bind /rpool/subvol-101-disk-1 /var/lib/lxc/101/rootfs/' failed: exit code 32
extracting archive '/var/lib/vz/template/cache/debian-8.0-standard_8.0-1_amd64.tar.gz'
Total bytes read: 533012480 (509MiB, 96MiB/s)
Detected container architecture: amd64
Creating SSH host key 'ssh_host_dsa_key' - this may take some time ...
Creating SSH host key 'ssh_host_key' - this may take some time ...
Creating SSH host key 'ssh_host_rsa_key' - this may take some time ...
Creating SSH host key 'ssh_host_ed25519_key' - this may take some time ...
Creating SSH host key 'ssh_host_ecdsa_key' - this may take some time ...
TASK OK
Aus der daemon.log entnehme ich folgenden aufälligen Eintrag
Code:
Oct 7 06:32:43 pve pvedaemon[16322]: mounting container failed - command 'mount -o bind /rpool/subvol-101-disk-1 /var/lib/lxc/101/rootfs/' failed: exit code 32
Auch manuell über das Terminal komme ich zu keiner Lösung
Code:
pct create 101 /var/lib/vz/template/cache/debian-8.0-standard_8.0-1_amd64.tar.gz -storage images
mount: special device /rpool/subvol-101-disk-1 does not exist
mounting container failed - command 'mount -o bind /rpool/subvol-101-disk-1 /var/lib/lxc/101/rootfs/' failed: exit code 32
extracting archive '/var/lib/vz/template/cache/debian-8.0-standard_8.0-1_amd64.tar.gz'
Total bytes read: 533012480 (509MiB, 84MiB/s)
Detected container architecture: amd64
Creating SSH host key 'ssh_host_ecdsa_key' - this may take some time ...
Creating SSH host key 'ssh_host_dsa_key' - this may take some time ...
Creating SSH host key 'ssh_host_key' - this may take some time ...
Creating SSH host key 'ssh_host_ed25519_key' - this may take some time ...
Creating SSH host key 'ssh_host_rsa_key' - this may take some time ...
Scheinbar wird der mountpoint nicht richtig angelegt
Code:
zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 301G 598G 104K /mnt
rpool/ROOT 24.6G 598G 96K /mnt/ROOT
rpool/ROOT/pve-1 24.6G 598G 24.6G /
rpool/subvol-101-disk-1 96K 4.00G 96K /mnt/subvol-101-disk-1
rpool/swap 4.25G 602G 186M -
rpool/swapreal 8.50G 606G 88K -
rpool/vm-100-disk-3 264G 834G 27.7G -
Ich hoffe ihr oder wir kommen zu einer Problemlösung
Last edited: