From: Fyodor U. <uf...@uf...> - 2011-08-17 11:46:13
|
Hi! I have one file in "reserved". The documentation says: "Beside the trash and trash/undel directories MFSMETA holds a third directory reserved with files intended for final removal, but still open. These files will be erased and their data will be deleted immediately after the last user closes them". But no one user not have opened this file. Moreover, all users unmounted mfs share. How to clean "reserved files"? WBR, Fyodor. |
From: Fabien G. <fab...@gm...> - 2011-08-17 17:43:36
|
Hi Fyodor, On Wed, Aug 17, 2011 at 1:46 PM, Fyodor Ustinov <uf...@uf...> wrote: > I have one file in "reserved". The documentation says: "Beside the trash > and trash/undel directories MFSMETA holds a third directory reserved > with files intended for final removal, but still open. These files will > be erased and their data will be deleted immediately after the last user > closes them". > > But no one user not have opened this file. Moreover, all users unmounted > mfs share. > > How to clean "reserved files"? I already had the same issue : Restarting mfsmaster solved the problem. Fabien |
From: Fyodor U. <uf...@uf...> - 2011-08-18 04:42:20
|
On 08/17/2011 08:43 PM, Fabien Germain wrote: > Hi Fyodor, > > On Wed, Aug 17, 2011 at 1:46 PM, Fyodor Ustinov <uf...@uf... > <mailto:uf...@uf...>> wrote: > > I have one file in "reserved". The documentation says: "Beside the > trash > and trash/undel directories MFSMETA holds a third directory reserved > with files intended for final removal, but still open. These files > will > be erased and their data will be deleted immediately after the > last user > closes them". > > But no one user not have opened this file. Moreover, all users > unmounted > mfs share. > > How to clean "reserved files"? > > > I already had the same issue : Restarting mfsmaster solved the problem. Unfortunately, restarting mfsmaster has not helped to me. :( WBR, Fyodor. |
From: Fyodor U. <uf...@uf...> - 2011-08-19 12:28:48
|
Hi! I'm still about "reserved files". Studying the sources I have come to the conclusion that the only way to delete this file - add a line "PURGE" to "changelog" file and execute "mfsmetarestore". Has anyone made this? WBR, Fyodor. |
From: Michał B. <mic...@ge...> - 2011-10-06 07:38:51
|
Hi These files should eventually got deleted (and without restarting the master). If you want to speed the process just remounting the folder should help. Files can be "reserved" for even two weeks. 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 -----Original Message----- From: Fyodor Ustinov [mailto:uf...@uf...] Sent: Friday, August 19, 2011 2:29 PM To: moo...@li... Subject: Re: [Moosefs-users] how to clean "reserved files" Hi! I'm still about "reserved files". Studying the sources I have come to the conclusion that the only way to delete this file - add a line "PURGE" to "changelog" file and execute "mfsmetarestore". Has anyone made this? WBR, Fyodor. ---------------------------------------------------------------------------- -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ moosefs-users mailing list moo...@li... https://lists.sourceforge.net/lists/listinfo/moosefs-users |
From: Fyodor U. <uf...@uf...> - 2011-08-18 20:10:57
|
On 08/18/2011 07:42 AM, Fyodor Ustinov wrote: > On 08/17/2011 08:43 PM, Fabien Germain wrote: >> Hi Fyodor, >> >> On Wed, Aug 17, 2011 at 1:46 PM, Fyodor Ustinov <uf...@uf... >> <mailto:uf...@uf...>> wrote: >> >> I have one file in "reserved". The documentation says: "Beside >> the trash >> and trash/undel directories MFSMETA holds a third directory reserved >> with files intended for final removal, but still open. These >> files will >> be erased and their data will be deleted immediately after the >> last user >> closes them". >> >> But no one user not have opened this file. Moreover, all users >> unmounted >> mfs share. >> >> How to clean "reserved files"? >> >> >> I already had the same issue : Restarting mfsmaster solved the problem. > Unfortunately, restarting mfsmaster has not helped to me. :( > Hm. If I understand the source: If for any reason the client did not send (or master did not handle) CUTOMA_FUSE_PURGE - file will forever remain in reserved. Question to developers - am I right or am I not watching closely the source? WBR, Fyodor. |