Bug 1608946 - ceph-disk fails to prep bluestore in Luminous
Summary: ceph-disk fails to prep bluestore in Luminous
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Ceph-Disk
Version: 3.2
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
: 3.2
Assignee: Kefu Chai
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
: 1590526 (view as bug list)
Depends On:
Blocks: 1590526 1594251
TreeView+ depends on / blocked
 
Reported: 2018-07-26 14:16 UTC by John Fulton
Modified: 2019-03-29 07:55 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-08-01 23:38:46 UTC
Embargoed:


Attachments (Terms of Use)
sosreport from 1 of the ceph storage nodes (11.12 MB, application/x-xz)
2018-07-26 18:13 UTC, Yogev Rabl
no flags Details
sosreport from 2 of the ceph storage nodes (11.26 MB, application/x-xz)
2018-07-26 18:14 UTC, Yogev Rabl
no flags Details

Description John Fulton 2018-07-26 14:16:30 UTC
When deploying bluestore using ceph-ansible-3.1.0-0.1.rc9.el7cp.noarch with ceph container d45f6eba4202 [1] ceph-disk hits the following race condition:

command_check_call: Running command: /usr/sbin/mkfs -t xfs -f -i
size=2048 -- /dev/vdb1
/dev/vdb1: No such file or directory
Usage: mkfs.xfs
/* blocksize */         [-b log=n|size=num]
/* metadata */          [-m crc=0|1,finobt=0|1,uuid=xxx]
/* data subvol */       [-d agcount=n,agsize=n,file,name=xxx,size=num,
                            (sunit=value,swidth=value|su=num,sw=num|noalign),
                            sectlog=n|sectsize=num
/* force overwrite */   [-f]
/* inode size */        [-i log=n|perblock=n|size=num,maxpct=n,attr=0|1|2,
                            projid32bit=0|1]
/* no discard */        [-K]
/* log subvol */        [-l agnum=n,internal,size=num,logdev=xxx,version=n
                            sunit=value|su=num,sectlog=n|sectsize=num,
                            lazy-count=0|1]
/* label */             [-L label (maximum 12 characters)]
/* naming */            [-n log=n|size=num,version=2|ci,ftype=0|1]
/* no-op info only */   [-N]
/* prototype file */    [-p fname]
/* quiet */             [-q]
/* realtime subvol */   [-r extsize=num,size=num,rtdev=xxx]
/* sectorsize */        [-s log=n|size=num]
/* version */           [-V]
                        devicename
<devicename> is required unless -d name=xxx is given.
<num> is xxx (bytes), xxxs (sectors), xxxb (fs blocks), xxxk (xxx KiB),
      xxxm (xxx MiB), xxxg (xxx GiB), xxxt (xxx TiB) or xxxp (xxx PiB).
<value> is xxx (512 byte blocks).
'/usr/sbin/mkfs -t xfs -f -i size=2048 -- /dev/vdb1' failed with status code 1


[1] https://access.redhat.com/containers/#/registry.access.redhat.com/rhceph/rhceph-3-rhel7/images/3-9

Comment 5 Yogev Rabl 2018-07-26 18:13:37 UTC
Created attachment 1470862 [details]
sosreport from 1 of the ceph storage nodes

Comment 6 Yogev Rabl 2018-07-26 18:14:16 UTC
Created attachment 1470863 [details]
sosreport from 2 of the ceph storage nodes

Comment 7 John Fulton 2018-07-27 20:25:09 UTC
*** Bug 1590526 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.