ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: "Максим Васюк" <vasukma@yandex.ru>
To: sysadmins@lists.altlinux.org
Subject: [Sysadmins] Поломалось lxc-create если на lvm
Date: Fri, 14 Dec 2018 19:19:58 +0800
Message-ID: <57571544786398@sas1-633109cb7707.qloud-c.yandex.net> (raw)

Всем, привет!

alt-server-8.2-x86_64

Всё было хорошо.
lxc-create -n test_04 -t altlinux -B lvm --vgname vg_test --lvname test_04_root --fstype ext4
отрабатывало как надо.
Конфиг падал в /var/lib/lxc/test_04/config
Автоматом создавался том lvm. Затем я запускал контейнер и он работал.
И
lxc-destroy -n test_04 
отрабатывала как надо.
Удаляла контейнер и том lvm автоматически.
По кругу несколько раз, было всё пучком.

Потом я решил посмотреть, как себя ведёт lxc-create c параметром -P
lxc-create -P /root/tmp -n test_04 -t altlinux -B lvm --vgname vg_test --lvname test_04_root --fstype ext4
Контейнер создался и lvm том создался.
Часть конфига лежала в /var/lib/lxc/test_04, а часть в /root/tmp/test_04.
Меня это не устроило и решил удалить контейнер.
Уже не помню точно, вроде как, в /var/lib/lxc каталог удалился, а вот в /root/tmp нет, и самое подозрительное что том lvm тоже остался.
Т.к. lxc-create у меня не хотел создавать контейнеры на уже созданном lvm томе, я его удалил руками.

После этого lxc-create перестала создавать контейнеры, если указать в -B lvm.
Если -B dir то отрабатывает без ошибок. С lvm ни в какую.
Перезагрузка тоже не помогает. Что где прописалось где, непонятно.
Причем lvm том создается, а накатить туда фс и примонтировать она уже не в состоянии.
Кроме выхлопа в консоль, больше логов нигде не нашел.

# lxc-create /root/tmp -n test_06 -t altlinux -B lvm --vgname vg_test --fstype ext4
File descriptor 3 (/var/lib/lxc/test_06/partial) leaked on lvcreate invocation. Parent PID 1681: lxc-create
File descriptor 7 (pipe:[16464]) leaked on lvcreate invocation. Parent PID 1681: lxc-create
WARNING: ext4 signature detected on /dev/vg_test/test_06 at offset 1080. Wipe it? [y/n]: y
  Wiping ext4 signature on /dev/vg_test/test_06.
  Logical volume "test_06" created.
lxc-create: bdev/bdev.c: mount_unknown_fs: 780 failed to determine fs type for '/dev/vg_test/test_06'
lxc-create: lxccontainer.c: create_run_template: 1115 Error mounting rootfs
lxc-create: lxccontainer.c: create_run_template: 1290 container creation template for test_06 failed
File descriptor 3 (/run/lxc/lock/var/lib/lxc/.test_06) leaked on lvremove invocation. Parent PID 1680: lxc-create
File descriptor 7 (pipe:[16464]) leaked on lvremove invocation. Parent PID 1680: lxc-create
  Logical volume "test_06" successfully removed
lxc-create: tools/lxc_create.c: main: 318 Error creating container test_06

 --
Васюк Максим


             reply	other threads:[~2018-12-14 11:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-14 11:19 Максим Васюк [this message]
2018-12-17  7:20 ` Максим Васюк
2018-12-17  7:29   ` Максим Васюк

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57571544786398@sas1-633109cb7707.qloud-c.yandex.net \
    --to=vasukma@yandex.ru \
    --cc=sysadmins@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git