<div dir="ltr"><br><div class="gmail_quote"><div dir="ltr"><div><div><div>Hi, I've been testing writing data and taking snapshot till getting the cluster full.<br></div><div>My purpose was to check if I was able to remove old snapshot with the cluster full, and it does work.<br></div><div>Anyway I notice another thing:<br><br>two nodes got only half of the used space!<br><br><br>This is a very small testing cluster but as you can see...<br></div><div><br>dog node list<br> Id Host:Port V-Nodes Zone<br> 0 <a href="http://192.168.2.44:7000" target="_blank">192.168.2.44:7000</a> 3 738371776<br> 1 <a href="http://192.168.2.45:7000" target="_blank">192.168.2.45:7000</a> 3 755148992<br> 2 <a href="http://192.168.2.46:7000" target="_blank">192.168.2.46:7000</a> 3 771926208<br> 3 <a href="http://192.168.2.47:7000" target="_blank">192.168.2.47:7000</a> 3 788703424<br><br>dog node info<br>Id Size Used Avail Use%<br> 0 8.6 GB 8.6 GB 0.0 MB 100%<br> 1 8.6 GB 8.6 GB 0.0 MB 100%<br> 2 8.9 GB 4.5 GB 4.3 GB 51%<br> 3 8.2 GB 4.1 GB 4.1 GB 49%<br>Total 34 GB 26 GB 8.4 GB 75%<br><br>dog vdi list<br> Name Id Size Used Shared Creation time VDI id Copies Tag Block Size Shift<br>s test 1 20 GB 1.0 GB 0.0 MB 2015-10-05 09:05 7c2b25 3 22<br>s test 2 20 GB 1.0 GB 0.0 MB 2015-10-05 09:08 7c2b26 3 22<br>s test 3 20 GB 1.0 GB 0.0 MB 2015-10-05 09:08 7c2b27 3 22<br>s test 4 20 GB 1.0 GB 0.0 MB 2015-10-05 09:09 7c2b28 3 22<br>s test 5 20 GB 1.0 GB 0.0 MB 2015-10-05 09:10 7c2b29 3 22<br>s test 6 20 GB 1.0 GB 0.0 MB 2015-10-05 09:10 7c2b2a 3 22<br>s test 7 20 GB 1.0 GB 0.0 MB 2015-10-05 09:11 7c2b2b 3 22<br>s test 8 20 GB 1.0 GB 0.0 MB 2015-10-05 09:12 7c2b2c 3 22<br> test 0 20 GB 548 MB 480 MB 2015-10-05 09:12 7c2b2d 3 22<br><br></div><br><br></div>To test I used this bash script:<br><br>---<br>#!/bin/bash<br><br>while true<br>do<br> dd if=/dev/zero bs=1M count=1024 | dog vdi write test || exit<br> sync<br> dog vdi snapshot test || exit<br>done<br>---<br><br><br></div><div>What do you think about it?<br></div><br></div>
</div><br></div>