* New to NILFS2
@ 2009-06-10 16:58 Nelson Sicuro
2009-06-10 18:28 ` Dave
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Nelson Sicuro @ 2009-06-10 16:58 UTC (permalink / raw)
To: users-JrjvKiOkagjYtjvyW6yDsg
Hi everyone
I started using NILFS2 version 2.0.14 this month on Ubuntu 8.04 and 8.10
distros (2.6.24-24-generic 64 bits), so far so good.
I looked at the new's archives and find some interesting questions about
deleting more than one CP at a time. Can I use this feature on my distro
or do I need to recompile nilfs-tools? May this feature be included on
Ubuntu 9.04?
Best regards and congrats for the excellent job!
Nelson Sicuro, from Brazil, Universidade Federal do Paraná
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: New to NILFS2
2009-06-10 16:58 New to NILFS2 Nelson Sicuro
@ 2009-06-10 18:28 ` Dave
2009-06-10 18:50 ` Ryusuke Konishi
2009-06-10 20:44 ` nezmer-Re5JQEeQqe8AvxtiuMwx3w
2 siblings, 0 replies; 5+ messages in thread
From: Dave @ 2009-06-10 18:28 UTC (permalink / raw)
To: NILFS Users mailing list
Nelson Sicuro wrote:
> Hi everyone
>
> I started using NILFS2 version 2.0.14 this month on Ubuntu 8.04 and 8.10
> distros (2.6.24-24-generic 64 bits), so far so good.
>
> I looked at the new's archives and find some interesting questions about
> deleting more than one CP at a time. Can I use this feature on my distro
> or do I need to recompile nilfs-tools? May this feature be included on
> Ubuntu 9.04?
I don't belive this is in Jaunty yet since this only recently went in in
Ryusuke-san's git tree. So yes, you would have to recompile this
yourself (easily done). Beware however that deleting the checpoints are
only cosmetic at the moment (i.e. you won't see them in a 'lscp' output)
and you still need to wait for the cleanerd to reclaim space.
D
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New to NILFS2
2009-06-10 16:58 New to NILFS2 Nelson Sicuro
2009-06-10 18:28 ` Dave
@ 2009-06-10 18:50 ` Ryusuke Konishi
[not found] ` <20090611.035006.76168843.ryusuke-sG5X7nlA6pw@public.gmane.org>
2009-06-10 20:44 ` nezmer-Re5JQEeQqe8AvxtiuMwx3w
2 siblings, 1 reply; 5+ messages in thread
From: Ryusuke Konishi @ 2009-06-10 18:50 UTC (permalink / raw)
To: users-JrjvKiOkagjYtjvyW6yDsg, nsicuro-i1oeJEPGGWo
Hi!
On Wed, 10 Jun 2009 13:58:49 -0300, "Nelson Sicuro" wrote:
> Hi everyone
>
> I started using NILFS2 version 2.0.14 this month on Ubuntu 8.04 and
> 8.10 distros (2.6.24-24-generic 64 bits), so far so good.
>
> I looked at the new's archives and find some interesting questions
> about deleting more than one CP at a time. Can I use this feature on
> my distro or do I need to recompile nilfs-tools? May this feature be
> included on Ubuntu 9.04?
Unfortunately I don't have contact with Ubuntu maintainers, so I
cannot mention the release plan.
But, yes, the CP deletion feature is available from our git repo. The
belief instruction is shown in the following page:
http://www.nilfs.org/git/
I also recommend you to apply the current head of nilfs2-module.git
available if you use the git repo since it includes an important
performance improvement patch. Anyway, I'm planning to release both
updates next week unless I'm busy.
> Best regards and congrats for the excellent job!
> Nelson Sicuro, from Brazil, Universidade Federal do Paran
Cheers,
Ryusuke Konishi
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: New to NILFS2
2009-06-10 16:58 New to NILFS2 Nelson Sicuro
2009-06-10 18:28 ` Dave
2009-06-10 18:50 ` Ryusuke Konishi
@ 2009-06-10 20:44 ` nezmer-Re5JQEeQqe8AvxtiuMwx3w
2 siblings, 0 replies; 5+ messages in thread
From: nezmer-Re5JQEeQqe8AvxtiuMwx3w @ 2009-06-10 20:44 UTC (permalink / raw)
To: users-JrjvKiOkagjYtjvyW6yDsg
On Wed, Jun 10, 2009 at 01:58:49PM -0300, Nelson Sicuro wrote:
> Hi everyone
>
> I started using NILFS2 version 2.0.14 this month on Ubuntu 8.04 and 8.10
> distros (2.6.24-24-generic 64 bits), so far so good.
>
> I looked at the new's archives and find some interesting questions about
> deleting more than one CP at a time. Can I use this feature on my distro
> or do I need to recompile nilfs-tools? May this feature be included on
> Ubuntu 9.04?
>
> Best regards and congrats for the excellent job!
>
> Nelson Sicuro, from Brazil, Universidade Federal do Paraná
>
> _______________________________________________
> users mailing list
> users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org
> https://www.nilfs.org/mailman/listinfo/users
If you don't want to recompile , Just use seq with xargs :
#seq <start> <end> | xargs rmcp
Or If you don't want to type a lot : (untested)
function rmcpg {
seq $1 $2 | xargs rmcp
}
There's probably a better way If I actually knew how to script.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-06-10 20:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-10 16:58 New to NILFS2 Nelson Sicuro
2009-06-10 18:28 ` Dave
2009-06-10 18:50 ` Ryusuke Konishi
[not found] ` <20090611.035006.76168843.ryusuke-sG5X7nlA6pw@public.gmane.org>
2009-06-10 19:59 ` Nelson Sicuro
2009-06-10 20:44 ` nezmer-Re5JQEeQqe8AvxtiuMwx3w
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.