atomic icon indicating copy to clipboard operation
atomic copied to clipboard

Error: atomic storage modify --remove-device /dev/vdb

Open shishir-a412ed opened this issue 7 years ago • 0 comments

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:

  1. atomic storage reset (reset the existing configuration, just to start with a clean environment).
  2. `atomic storage modify --add-device /dev/vdb --vgroup test-atomic
  3. echo $? (OUTPUT: 0)
  4. cat /etc/sysconfig/docker-storage-setup

VG="test-atomic" DEVS="/dev/vdb"

  1. Run /usr/bin/docker-storage-setup

  2. Thinpool (docker-pool) is created under VG=test-atomic. VG is created successfully.PV /dev/vdb1 is created successfully. /dev/vdb is partitioned successfully.

  3. 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

shishir-a412ed avatar Mar 15 '17 16:03 shishir-a412ed