At Sun, 14 Aug 2011 02:25:33 +0200, Valerio Pachera wrote: > > 2011/8/13 MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>: > > You need to run sheep, the storage server daemon of Sheepdog. > > See also: > > https://github.com/collie/sheepdog/wiki/Getting-Started > > I'm following the wiki. > > Sheep was running > ps aux | grep sheep > root 20894 0.0 0.0 52540 336 ? Ss Aug13 0:00 sheep > /mnt/sheepdog/ > > I killed sheep and run it again, and this time collie did it! > I run sheep before collie (because of the missing parameter), fixed > the missing parameter and run corosync. I saw the sheep process was > still on, so I didn't think it was necessary to kill it and run again > but I guess it is. > Am I right? Yes, and actually it is a bit confusing. We should stop all sheep daemons when Sheepdog terminates. I'll fix it later. Thanks for your feedback. Kazutaka |