From: 夏亮 <xia...@zh...> - 2010-09-16 04:17:23
|
Hi : When I rm a big file of 80G. I found that the disk size of chunkserver didn’t changed Why? |
From: Laurent W. <lw...@hy...> - 2010-09-16 07:02:44
|
On Thu, 16 Sep 2010 11:47:40 +0800 夏亮 <xia...@zh...> wrote: > Hi : > > When I rm a big file of 80G. I found that the disk size of > chunkserver didn’t changed > > Why? Because of the trash :) See http://www.moosefs.org/reference-guide.html#using-moosefs , basic operations part. Regards, -- Laurent Wandrebeck HYGEOS, Earth Observation Department / Observation de la Terre Euratechnologies 165 Avenue de Bretagne 59000 Lille, France tel: +33 3 20 08 24 98 http://www.hygeos.com GPG fingerprint/Empreinte GPG: F5CA 37A4 6D03 A90C 7A1D 2A62 54E6 EF2C D17C F64C |
From: Fabien G. <fab...@gm...> - 2010-09-16 07:52:08
|
Hello, On Thu, Sep 16, 2010 at 8:35 AM, Laurent Wandrebeck <lw...@hy...> wrote: > > When I rm a big file of 80G. I found that the disk size of > > chunkserver didn’t changed > > > > Why? > Because of the trash :) > See http://www.moosefs.org/reference-guide.html#using-moosefs , basic > operations part. > Nice you're talking about the trash bin :) : I was asking myself how to get access to its content. The documentation only says " Removed files may be accessed through a separately mounted MFSMETA file system". What does it mean ? Fabien |
From: Michał B. <mic...@ge...> - 2010-09-16 08:00:59
|
Yes, this is the right part of documentation. At http://www.moosefs.org/reference-guide.html find: “Removed files may be accessed through a separately mounted MFSMETA file system” and keep on reading. Below there is: “Moving this file to the trash/undel subdirectory causes restoring of the original file in a proper MooseFS file system” Regards Michał From: Fabien Germain [mailto:fab...@gm...] Sent: Thursday, September 16, 2010 9:52 AM To: Laurent Wandrebeck Cc: moo...@li...; 夏亮 Subject: Re: [Moosefs-users] rm the size of chunkserver is not changed Hello, On Thu, Sep 16, 2010 at 8:35 AM, Laurent Wandrebeck <lw...@hy...> wrote: > When I rm a big file of 80G. I found that the disk size of > chunkserver didn’t changed > > Why? Because of the trash :) See http://www.moosefs.org/reference-guide.html#using-moosefs , basic operations part. Nice you're talking about the trash bin :) : I was asking myself how to get access to its content. The documentation only says " Removed files may be accessed through a separately mounted MFSMETA file system". What does it mean ? Fabien |
From: Michał B. <mic...@ge...> - 2010-09-16 07:51:31
|
Please have a look here: http://www.moosefs.org/moosefs-faq.html#delete Kind regards Michał Borychowski MooseFS Support Manager _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Gemius S.A. ul. Wołoska 7, 02-672 Warszawa Budynek MARS, klatka D Tel.: +4822 874-41-00 Fax : +4822 874-41-01 From: 夏亮 [mailto:xia...@zh...] Sent: Thursday, September 16, 2010 5:48 AM To: moo...@li... Subject: [Moosefs-users] rm the size of chunkserver is not changed Hi : When I rm a big file of 80G. I found that the disk size of chunkserver didn’t changed Why? |
From: Laurent W. <lw...@hy...> - 2010-09-16 08:00:52
|
On Thu, 16 Sep 2010 09:51:40 +0200 Fabien Germain <fab...@gm...> wrote: > Hello, > > On Thu, Sep 16, 2010 at 8:35 AM, Laurent Wandrebeck <lw...@hy...> wrote: > > > > When I rm a big file of 80G. I found that the disk size of > > > chunkserver didn’t changed > > > > > > Why? > > Because of the trash :) > > See http://www.moosefs.org/reference-guide.html#using-moosefs , basic > > operations part. > > > > Nice you're talking about the trash bin :) : I was asking myself how to get > access to its content. The documentation only says " Removed files may be > accessed through a separately mounted MFSMETA file system". What does it > mean ? http://www.moosefs.org/reference-guide.html#using-moosefs « By starting the mfsmount process with the -m (or -o mfsmeta) option one can mount the auxiliary file system MFSMETA (which may be useful to restore a file accidentally deleted from the MooseFS volume or to free some space by removing a file before elapsing the quarantine time), for example: mfsmount -m /mnt/mfsmeta » add -H mfsmaster_host and it works (just tested:) Hope it helps, -- Laurent Wandrebeck HYGEOS, Earth Observation Department / Observation de la Terre Euratechnologies 165 Avenue de Bretagne 59000 Lille, France tel: +33 3 20 08 24 98 http://www.hygeos.com GPG fingerprint/Empreinte GPG: F5CA 37A4 6D03 A90C 7A1D 2A62 54E6 EF2C D17C F64C |
From: Fabien G. <fab...@gm...> - 2010-09-16 08:10:04
|
On Thu, Sep 16, 2010 at 10:00 AM, Laurent Wandrebeck <lw...@hy...> wrote: > > Nice you're talking about the trash bin :) : I was asking myself how to > get > > access to its content. The documentation only says " Removed files may be > > accessed through a separately mounted MFSMETA file system". What does it > > mean ? > http://www.moosefs.org/reference-guide.html#using-moosefs > « By starting the mfsmount process with the -m (or -o mfsmeta) option > one can mount the auxiliary file system MFSMETA (which may be useful to > restore a file accidentally deleted from the MooseFS volume or to free > some space by removing a file before elapsing the quarantine time), for > example: > > mfsmount -m /mnt/mfsmeta » > add -H mfsmaster_host and it works (just tested:) Yes, that's exactly what I was looking for : "-o mfsmeta". It works, I now can reach the reserved+trash directories, thank you ! Fabien |