Comment 30 for bug 1972730

Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

I verified this with the following steps, as per the test plan:

$ lxc launch ubuntu-daily:kinetic crmsh-kk-vm --vm --config limits.memory=16GB --device root,size=30GB
Withing the lxc VM:

# apt update
# systemctl stop apparmor
# snap install juju --classic
# wget https://launchpadlibrarian.net/659802005/test_plan.yaml # replace jammy for kinetic in there
# juju bootstrap
# juju deploy ./test_plan.yaml
# juju ssh keystone/leader

within that container:

$ sudo crm -w -F node maintenance $(hostname)

Throws the expected error.

When installing the package from proposed and re-running the command above (without leaving this container) we get the expected output.