bluestore OSD did not start at system-boot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi folks,

i just figured out that my ODS's did not start because the filsystem
is not mounted.

So i wrote a script to Hack my way around it
#####
#! /usr/bin/env bash

DATA=( $(ceph-volume lvm list | grep -e 'osd id\|osd fsid' | awk
'{print $3}' | tr '\n' ' ') )

OSDS=$(( ${#DATA[@]}/2 ))

for OSD in $(seq 0 $(($OSDS-1))); do
 ceph-volume lvm activate "${DATA[( $OSD*2 )]}" "${DATA[( $OSD*2+1 )]}"
done
#####

i'am sure that this is not the way it should be!? so any help i
welcome to figure out why my BlueStore-OSD is not mounted at
boot-time.

Thanks,
Ansgar
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com



[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux