ubuntu サーバーに lxc をインストールしましたが、すべて正常に動作していました。今日、lxc をバージョン 0.7.5 からバージョン 1.0.0.alpha2 に更新しました。lxc を更新した後、lxc コンテナーを起動できません。
lxc-ls:
ContainerOne containerTwo ContainerThree.
これらのコンテナはバージョン 0.7.5 で作成しました。
1.0.0.alpha2 に更新した後、コンテナを次のように起動しようとしました
lxc-start -n ContainerOne
Result:
<4> init: ureadahead main process (7) terminated with status 5
.
.
.
mountall: mount /run [34] terminated with status 32
mountall: Filesystem could not be mounted: /run
エラーは何ですか?どうすればこの問題を解決できますか? サーバーを再起動しましたが、うまくいきません。
追加情報:
初めて lxc をインストールしたときに、lxc lib とキャッシュを別のファイル システムにマウントしました。fstab ファイルのエントリ:
/home/lxclib /var/lib/lxc none defaults, bind 0 0 /home/lxccache /var/cache/lxc none defaults, bind 0 0
新しいコンテナーを作成して開始できますが、古いコンテナーを開始できません。
編集: 3 つのコンテナすべてが起動している間に lxc を更新しましたが、これは問題ですか?