Go to file
Nico Schottelius 59028e1c4e Kick out udevadm to avoid such auto mounts
+ dev_metadata=/dev/disk/by-partuuid/55015fcb-dcae-4ced-86f2-c46a0e22ae17
+ dev_block=/dev/disk/by-partuuid/35964ca6-b825-4cef-a784-cc4531cd73f2
+ /sbin/sgdisk --new=0:0:+100M --change-name=0:ceph data --partition-guid=0:55015fcb-dcae-4ced-86f2-c46a0e22ae17 --typecode=0:4fbd7e29-9d25-41b8-afd0-062c0ceff05d --mbrtogpt -- /dev/sdb
Creating new GPT entries.
Setting name!
partNum is 0
REALLY setting name!
The operation has completed successfully.
+ /sbin/udevadm settle --timeout=600

this triggers a mount!!!

Feb 18 19:48:32 unconfigured-host kernel: [ 1608.438792]  sdb: sdb1
Feb 18 19:48:33 unconfigured-host kernel: [ 1609.490182] XFS (sdb1): Mounting V5 Filesystem
Feb 18 19:48:33 unconfigured-host kernel: [ 1609.500185] XFS (sdb1): Ending clean mount

root@unconfigured-host:~# mount  | grep sdb
/dev/sdb1 on /var/lib/ceph/osd/ceph-0 type xfs (rw,noatime,attr2,inode64,noquota)

That's a previous mount point that did not exist prior to calling udevadm.
2018-02-18 20:48:22 +01:00
ceph-host-move-to-root Add ceph-mgr-create 2018-02-15 23:59:55 +01:00
ceph-keyring-create-initial Also include mgr capabilities when bootstrapping keyring 2018-02-16 17:53:57 +01:00
ceph-mgr-create-start Rename mgr 2018-02-16 00:01:13 +01:00
ceph-mon-create-start Rename 2018-02-15 23:11:29 +01:00
ceph-osd-create-on-all-disks Add script to create osds for all disks 2018-02-18 18:54:19 +01:00
ceph-osd-create-start Kick out udevadm to avoid such auto mounts 2018-02-18 20:48:22 +01:00
ceph-pool-create ++ chmod 2018-02-18 17:20:03 +01:00
remove-all-partitions Also give remove it's x bit 2018-02-18 17:28:44 +01:00
remove-all-partitions-from-all-disks ++ new dangerous script :-) 2018-02-18 17:36:30 +01:00