Project

General

Profile

Support #22422

Block fsid does not match our fsid

Added by Juan Manuel Rey over 6 years ago. Updated about 6 years ago.

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

0%

Tags:
luminous bluestore
Reviewed:
Affected Versions:
Component(RADOS):
OSD
Pull request ID:

Description

Hi, i'm deploying new OSDs with luminous and bluestore.
I'm trying with:
"ceph-disk prepare --bluestore /dev/sda --block.db /dev/sdb --block.wal /dev/sdb"
That command doesn't have any errors, but, when i tryed to activate that, i have the follow errors:

root@srvceph-osd04:/home/userceph# cat /var/log/ceph/ceph-osd.3.log
2017-12-13 09:38:14.219207 7f5e559c6e00 0 set uid:gid to 64045:64045 (ceph:ceph)
2017-12-13 09:38:14.219228 7f5e559c6e00 0 ceph version 12.2.2 (cf0baeeeeba3b47f9427c6c97e2144b094b7e5ba) luminous (stable), process (unknown), pid 1501
2017-12-13 09:38:14.225284 7f5e559c6e00 1 bluestore(/var/lib/ceph/tmp/mnt.BUakq3) mkfs path /var/lib/ceph/tmp/mnt.BUakq3
2017-12-13 09:38:14.226286 7f5e559c6e00 1 bluestore(/var/lib/ceph/tmp/mnt.BUakq3) mkfs already created
2017-12-13 09:38:14.226759 7f5e559c6e00 1 bluestore(/var/lib/ceph/tmp/mnt.BUakq3) _fsck repair (shallow) start
2017-12-13 09:38:14.227445 7f5e559c6e00 1 bdev create path /var/lib/ceph/tmp/mnt.BUakq3/block type kernel
2017-12-13 09:38:14.227462 7f5e559c6e00 1 bdev(0x55b68f80eb40 /var/lib/ceph/tmp/mnt.BUakq3/block) open path /var/lib/ceph/tmp/mnt.BUakq3/block
2017-12-13 09:38:14.227658 7f5e559c6e00 1 bdev(0x55b68f80eb40 /var/lib/ceph/tmp/mnt.BUakq3/block) open size 2000293007360 (0x1d1bac11000, 1862 GB) block_size 4096 (4096 B) rotational
2017-12-13 09:38:14.227844 7f5e559c6e00 -1 bluestore(/var/lib/ceph/tmp/mnt.BUakq3/block) _check_or_set_bdev_label bdev /var/lib/ceph/tmp/mnt.BUakq3/block fsid 7a0b4283-066a-4035-831a-192da1bc435b does not match our fsid 2e093d4c-c85f-4efc-909d-3d12c5fc64ff
2017-12-13 09:38:14.227857 7f5e559c6e00 1 bdev(0x55b68f80eb40 /var/lib/ceph/tmp/mnt.BUakq3/block) close
2017-12-13 09:38:14.507284 7f5e559c6e00 -1 bluestore(/var/lib/ceph/tmp/mnt.BUakq3) mkfs fsck found fatal error: (5) Input/output error
2017-12-13 09:38:14.507318 7f5e559c6e00 -1 OSD::mkfs: ObjectStore::mkfs failed with error (5) Input/output error
2017-12-13 09:38:14.507436 7f5e559c6e00 -1 ** ERROR: error creating empty object store in /var/lib/ceph/tmp/mnt.BUakq3: (5) Input/output error

Can anyone help me please?
Thanks!!!
Regards
Juan

History

#1 Updated by Josh Durgin about 6 years ago

  • Tracker changed from Bug to Support
  • Category deleted (Scrub/Repair)

It looks like you may have had a partial prepare there in the past - if you're sure it's the right disk, wipe it with the ceph-disk zap commands.

Also available in: Atom PDF