[sheepdog-users] Testing snapshot-object-reclaim
Hitoshi Mitake
mitake.hitoshi at gmail.com
Sat Mar 22 19:03:42 CET 2014
At Thu, 20 Mar 2014 09:08:08 +0100,
Valerio Pachera wrote:
>
> [1 <text/plain; UTF-8 (7bit)>]
> >> 1. logs
> >> 2. du -h <sheep dir>
> >> 3. tree <sheep dir>
> >> 4. for f in `find <sheep dir> -name "08*"`; do echo "content of" $f; od -x $f; done
> >> of all sheep processes?
> > In addition, I want to see your parameters for sheep processes.
>
>
> test004/id0:
>
> sheep -n /var/sheep,/mnt/sheep/dsk02 \
> -c zookeeper:192.168.2.44:2181,192.168.2.45:2181,192.168.2.46:2181 \
> -i host=192.168.10.4,port=3333 \
> -l level=debug
>
> du -h /var/sheep /mnt/sheep/dsk02
> 4,0K /var/sheep/obj
> 8,0K /var/sheep/epoch
> 17M /var/sheep
> 0 /mnt/sheep/dsk02/.stale
> 557M /mnt/sheep/dsk02
>
> test005/id1
>
> sheep -n /var/sheep,/mnt/sheep/dsk01,/mnt/sheep/dsk02 \
> -c zookeeper:192.168.2.44:2181,192.168.2.45:2181,192.168.2.46:2181 \
> -i host=192.168.10.5,port=3333 \
> -l level=debug
>
> du -h /var/sheep /mnt/sheep/dsk01 /mnt/sheep/dsk02
> 4,0K /var/sheep/obj
> 8,0K /var/sheep/epoch
> 16M /var/sheep
> 0 /mnt/sheep/dsk01/.stale
> 433M /mnt/sheep/dsk01
> 0 /mnt/sheep/dsk02/.stale
> 477M /mnt/sheep/dsk02
>
> test006/id2
>
> sheep -n /var/sheep,/mnt/sheep/dsk01 \
> -c zookeeper:192.168.2.44:2181,192.168.2.45:2181,192.168.2.46:2181 \
> -i host=192.168.10.6,port=3333 \
> -l level=debug
>
> du -h /var/sheep /mnt/sheep/dsk01
> 4,0K /var/sheep/obj
> 8,0K /var/sheep/epoch
> 54M /var/sheep
> 0 /mnt/sheep/dsk01/.stale
> 721M /mnt/sheep/dsk01
Thanks for your information. Unfortunately, I still cannot reproduce
your problem on my environment. I pushed latest commits to the
branch. It contain debug log enhancement. Could you retry the branch
with the same test and share log files when you have time?
Thanks,
Hitoshi
More information about the sheepdog-users
mailing list