Hello Stephan,
This seem to work to stop and start the the file system.
- - -
#!/bin/bash
export CEPH=/root/ceph/src
export CM=xp2
echo Unmounting file system and removing kernel module...
for i in 2 3 4 5 6 7 8 ; do
echo --- xp$i ---
ssh xp$i umount /ceph
ssh xp$i /sbin/rmmod ceph
done
G'day,
I am currently evaluating ceph as a possible filestore for a somewhat more
extensive project that could be finished within the next year or so. Therefore
I've set up a test scenario with two boxes, (one opensuse 11 32bit and one
64bit, kernel 2.6.25.16-0.1-pae ) and tried to do some test