On Thu, Apr 5, 2018 at 6:33 AM, Ansgar Jazdzewski <a.jazdzewski@xxxxxxxxxxxxxx> wrote: > hi folks, > > i just figured out that my ODS's did not start because the filsystem > is not mounted. Would love to see some ceph-volume logs (both ceph-volume.log and ceph-volume-systemd.log) because we do try several times with timeouts before giving up. If the filesystem is not available, the systemd units should keep trying for a while. > > 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 _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com