Installation fails: Error: mkfs.xfs -f -i size=1024 /dev/sdb1 returned 1 instead of one of [0]

Bug #1737545 reported by Mario Lanzolla
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu
New
Undecided
Unassigned

Bug Description

I want to configure the storage device with /dev/sdb1 at the installation with 3.3TB of volume.

Pre-steps:
# packstack --gen-answer-file=/root/answer.txt

CONFIG_SWIFT_STORAGES=/dev/sdb1
CONFIG_SWIFT_STORAGE_FSTYPE=xfs
CONFIG_CINDER_VOLUMES_CREATE=n

# parted -s /dev/sdb mklabel gpt mkpart primary xfs 0% 100%
# pvcreate /dev/sdb1
# vgcreate cinder-volumes /dev/sdb1

# lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 xfs 78b991e7-d7e8-44f9-854f-9a4b38ac6ddb /boot
└─sda2 LVM2_member H52Ymp-CvdF-OCsp-5Hk0-YpI3-yyCg-5XKMVR
  ├─cl_cloudrome-root xfs c93caa37-8723-4464-9188-eb945abdf571 /
  ├─cl_cloudrome-swap swap 8952001c-2ee2-472f-968d-2dc25ff84f30 [SWAP]
  └─cl_cloudrome-home xfs a6559ee0-84ba-4065-bec0-f3d6833310a4 /home
sdb
└─sdb1 LVM2_member xTzyJS-ZdW8-XVMQ-JEmw-VPxR-IyQ5-ZZHoR7

# pvs
  PV VG Fmt Attr PSize PFree
  /dev/sda2 cl_cloudrome lvm2 a-- 278.36g 0
  /dev/sdb1 cinder-volumes lvm2 a-- 3.27t 3.27t

# packstack --answer-file /root/answer.txt

Installation fails:
Error: mkfs.xfs -f -i size=1024 /dev/sdb1 returned 1 instead of one of [0]

# lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 xfs 78b991e7-d7e8-44f9-854f-9a4b38ac6ddb /boot
└─sda2 LVM2_member H52Ymp-CvdF-OCsp-5Hk0-YpI3-yyCg-5XKMVR
  ├─cl_cloudrome-root xfs c93caa37-8723-4464-9188-eb945abdf571 /
  ├─cl_cloudrome-swap swap 8952001c-2ee2-472f-968d-2dc25ff84f30 [SWAP]
  └─cl_cloudrome-home xfs a6559ee0-84ba-4065-bec0-f3d6833310a4 /home
sdb
└─sdb1 LVM2_member xTzyJS-ZdW8-XVMQ-JEmw-VPxR-IyQ5-ZZHoR7
  ├─cinder--volumes-cinder--volumes--pool_tmeta
  │ └─cinder--volumes-cinder--volumes--pool
  └─cinder--volumes-cinder--volumes--pool_tdata
    └─cinder--volumes-cinder--volumes--pool

affects: searchlight → ubuntu
Revision history for this message
Mario Lanzolla (mario.lanzolla) wrote :

solved with CONFIG_CEILOMETER_INSTALL=n into answer file

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.