atomic
atomic copied to clipboard
Error: atomic storage modify --remove-device /dev/vdb
Error in Atomic master branch: Return Code: 5 Failure: b' No extents available for allocation\n' atomic storage modify --remove-device failed
sh-4.4# atomic --version 1.16.3
sh-4.4# cat /etc/OS-release NAME=Fedora VERSION="26 (Server Edition)" ID=fedora VERSION_ID=26 PRETTY_NAME="Fedora 26 (Server Edition)" ANSI_COLOR="0;34" CPE_NAME="cpe:/o:fedoraproject:fedora:26" HOME_URL="https://fedoraproject.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=rawhide REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=rawhide PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy VARIANT="Server Edition" VARIANT_ID=server
STEPS TO REPRODUCE:
-
atomic storage reset
(reset the existing configuration, just to start with a clean environment). - `atomic storage modify --add-device /dev/vdb --vgroup test-atomic
- echo $? (OUTPUT: 0)
- cat /etc/sysconfig/docker-storage-setup
VG="test-atomic" DEVS="/dev/vdb"
-
Run /usr/bin/docker-storage-setup
-
Thinpool (docker-pool) is created under VG=test-atomic. VG is created successfully.PV /dev/vdb1 is created successfully. /dev/vdb is partitioned successfully.
-
atomic storage modify --remove-device /dev/vdb ERROR: Return Code: 5 Failure: b' No extents available for allocation\n' atomic storage modify --remove-device failed
Shishir