【问题标题】:proxmox lxc container failed to startproxmox lxc 容器无法启动
【发布时间】:2018-06-24 17:50:14
【问题描述】:

当我尝试运行我的 lxc 容器时,我得到:

lxc-start: 100: lxccontainer.c: wait_on_daemonized_start: 751 No such file or directory - Failed to receive the container state
lxc-start: 100: tools/lxc_start.c: main: 371 The container failed to start.
lxc-start: 100: tools/lxc_start.c: main: 373 To get more details, run the container in foreground mode.
lxc-start: 100: tools/lxc_start.c: main: 375 Additional information can be obtained by setting the --logfile and --logpriority options.

我的lxc 配置:

#WEBSERVER
arch: amd64
cores: 1
hostname: poseidon
memory: 2048
net0: name=eth0,bridge=vmbr0,gw=192.168.0.1,hwaddr=66:79:16:C7:C3:51,ip=192.168.0.12/24,type=veth
onboot: 1
ostype: debian
#rootfs: local-zfs:subvol-100-disk-1,size=30G
rootfs: local-zfs:subvol-100-disk-1,size=30G
searchdomain: 192.168.0.1
swap: 512

root@cronos:/etc/pve/lxc# pvesm list local-zfs --
local-zfs:subvol-100-disk-1 subvol 32212254720 100
local-zfs:subvol-101-disk-1 subvol 8589934592 101
local-zfs:vm-102-disk-1       raw 161061273600 102
local-zfs:vm-103-disk-1       raw 34359738368 103

root@cronos:/etc/pve/lxc# zfs list
NAME                           USED  AVAIL  REFER  MOUNTPOINT
rpool                         30.6G  3.48T   104K  /rpool
rpool/ROOT                    4.17G  3.48T    96K  /rpool/ROOT
rpool/ROOT/pve-1              4.17G  3.48T  4.17G  /
rpool/data                    17.9G  3.48T    96K  /rpool/data
rpool/data/subvol-100-disk-1  4.87G  25.1G  4.87G  /rpool/data/subvol-100-disk-1
rpool/data/subvol-101-disk-1   859M  7.16G   859M  /rpool/data/subvol-101-disk-1
rpool/data/vm-102-disk-1      5.68G  3.48T  5.68G  -
rpool/data/vm-103-disk-1      6.47G  3.48T  6.47G  -
rpool/swap                    8.50G  3.49T  3.99G  -

我的zpool消失后出现这种情况,我重新导入。

【问题讨论】:

    标签: lxc zfs proxmox


    【解决方案1】:

    这是 AppArmor 在扩展建议更新中的问题。我通过将此行插入/etc/apt/sources.list 来解决此问题:

    deb http://download.proxmox.com/debian/pve stretch pve-no-subscription

    请记住,这不是生产服务器的最佳解决方案。 Proxmox states

    它可用于测试和非生产用途。它不是 建议在生产服务器上运行,因为这些软件包不是 始终经过大量测试和验证。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-06-04
      • 2022-11-11
      • 1970-01-01
      • 1970-01-01
      • 2014-07-26
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多