2013/8/7 MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>: > Can you try the following command on Node 0 and give us the outputs? > > $ attr -g md.size /mnt/sheep/dsk01/obj | hd > $ attr -g md.size /mnt/sheep/dsk02 | hd > $ attr -g md.size /mnt/sheep/dsk03 | hd note: in unplugged /mnt/sheep/dsk01/obj early this morning and removed it's content. root at sheepdog001:~# attr -g md.size /mnt/sheep/dsk01/obj | hd attr_get: Impossibile allocare memoria <translated: Impossible to allocate memory> Could not get "md.size" for /mnt/sheep/dsk01/obj root at sheepdog001:~# attr -g md.size /mnt/sheep/dsk02 | hd 00000000 41 74 74 72 69 62 75 74 65 20 22 6d 64 2e 73 69 |Attribute "md.si| 00000010 7a 65 22 20 68 61 64 20 61 20 38 20 62 79 74 65 |ze" had a 8 byte| 00000020 20 76 61 6c 75 65 20 66 6f 72 20 2f 6d 6e 74 2f | value for /mnt/| 00000030 73 68 65 65 70 2f 64 73 6b 30 32 3a 0a 00 50 2f |sheep/dsk02:..P/| 00000040 60 74 00 00 00 0a |`t....| 00000046 root at sheepdog001:~# attr -g md.size /mnt/sheep/dsk03/ | hd 00000000 41 74 74 72 69 62 75 74 65 20 22 6d 64 2e 73 69 |Attribute "md.si| 00000010 7a 65 22 20 68 61 64 20 61 20 38 20 62 79 74 65 |ze" had a 8 byte| 00000020 20 76 61 6c 75 65 20 66 6f 72 20 2f 6d 6e 74 2f | value for /mnt/| 00000030 73 68 65 65 70 2f 64 73 6b 30 33 2f 3a 0a 00 40 |sheep/dsk03/:..@| 00000040 c8 84 d1 01 00 00 0a |.......| 00000047 root at sheepdog001:~# collie node md info Id Size Used Avail Use% Path 0 465 GB 286 GB 180 GB 61% /mnt/sheep/dsk02 1 1.8 TB 1.3 TB 529 GB 71% /mnt/sheep/dsk03 I'm going to plug back the disk if there's not other thing that may help you. Let me know. |