Project

General

Profile

Actions

Bug #21879

closed

Calling ceph-disk with zap-disk and dmcrypt fails

Added by James Page over 6 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
ceph-disk
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Attempting to initialise a fresh device with 'dmcrypt' and 'zap-disk' params set fails with:

# ceph-disk prepare --dmcrypt --fs-type xfs --zap-disk --filestore /dev/vdb
Creating new GPT entries.
Setting name!
partNum is 4
REALLY setting name!
The operation has completed successfully.
mke2fs 1.42.13 (17-May-2015)
/dev/vdb5 contains a ext4 file system
        last mounted on /var/lib/ceph/osd-lockbox/94bad3e2-b9a3-45d8-aa9f-7bae30a36167 on Fri Oct 20 16:07:46 2017
Proceed anyway? (y,n) y
Creating filesystem with 10240 1k blocks and 2560 inodes
Filesystem UUID: 27c3b987-eca8-41a3-9e23-c7aaf499eda1
Superblock backups stored on blocks: 
        8193

Allocating group tables: done                            
Writing inode tables: done                            
Creating journal (1024 blocks): done
Writing superblocks and filesystem accounting information: done

creating /var/lib/ceph/osd-lockbox/beef2e39-df51-498e-b979-3ad7d2a61967/keyring
added entity client.osd-lockbox.beef2e39-df51-498e-b979-3ad7d2a61967 auth auth(auid = 18446744073709551615 key=AQAkJepZgV8hNhAAZaZ8vl1ljbVY82689K5qwg== with 0 caps)
creating /var/lib/ceph/osd-lockbox/beef2e39-df51-498e-b979-3ad7d2a61967/osd_keyring
added entity osd.3 auth auth(auid = 18446744073709551615 key=AQAkJepZmogKMRAAlcJ9V+JIJKyIOIQY8SD/9Q== with 0 caps)
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
wipefs: error: /dev/vdb5: probing initialization failed: Device or resource busy
ceph-disk: Error: Command '['/sbin/wipefs', '--all', '/dev/vdb5']' returned non-zero exit status 1
# 

Grokking the code, the lockbox is created on /dev/vdb5 and then mounted; the subsequent prepare call then tries to re-zap the entire disk, which fails as the lockbox is mounted.

Actions #2

Updated by James Page over 6 years ago

Pre-zapping the block device and not passing --zap-disk works around the issue.

Actions #4

Updated by Kefu Chai over 6 years ago

  • Assignee set to Kefu Chai
Actions #5

Updated by Sage Weil almost 3 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF