* Inquiry: disk format change in the future
@ 2009-08-18 10:17 Yann E. MORIN
[not found] ` <20090820002457.A0C0520E21-lhVA/uj0YcqwblfueUDqnA@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2009-08-18 10:17 UTC (permalink / raw)
To: users-JrjvKiOkagjYtjvyW6yDsg
Hello All!
I've searched the archives, but could not find the answer to the
following questions:
- will there be, or what is the probability of, a disk format change
in the near future (few months)?
- if so, what would be the plan for migrating existing file systems
to the new format?
I'm contemplating using nilfs2 as the file system for my server, as
it offers all the features I need. OTOH, I would be quite disapointed
if migrating my existing file systems to the new format would imply
(too long a) down-time.
Anyway, keep up the very good work! nilfs2 is very nice! :-)
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software Designer | \ / CAMPAIGN | ___ |
| --==< ^_^ >==-- `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
`------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Inquiry: disk format change in the future
[not found] ` <20090820002457.A0C0520E21-lhVA/uj0YcqwblfueUDqnA@public.gmane.org>
@ 2009-08-20 2:22 ` Ryusuke Konishi
[not found] ` <20090820.112237.04623349.ryusuke-sG5X7nlA6pw@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Ryusuke Konishi @ 2009-08-20 2:22 UTC (permalink / raw)
To: users-JrjvKiOkagjYtjvyW6yDsg,
yann.morin.1998-i2lMhxPFobAPxyCoDXghUg
(reply added to "Yann E. MORIN")
Hi,
On Wed, 19 Aug 2009 11:31:56 +0200, "Yann E. MORIN" wrote:
> Hello All!
>
> I've searched the archives, but could not find the answer to the
> following questions:
>
> - will there be, or what is the probability of, a disk format change
> in the near future (few months)?
We still have some possibilities for the format change at this time.
Basically I intend to keep the disk format, but some new features like
- Extended attributes, ACLs
- Rollback
- Checkpoint based remote replication
may require it. So far, we haven't seen any specific requisition.
> - if so, what would be the plan for migrating existing file systems
> to the new format?
In that case, I think we should provide a migration tool along with
the change.
> I'm contemplating using nilfs2 as the file system for my server, as
> it offers all the features I need. OTOH, I would be quite disapointed
> if migrating my existing file systems to the new format would imply
> (too long a) down-time.
Quite right. I think it's good if the garbage collector or something
can convert the disk format running background.
> Anyway, keep up the very good work! nilfs2 is very nice! :-)
Thank you!
Ryusuke Konishi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Inquiry: disk format change in the future
[not found] ` <20090820.112237.04623349.ryusuke-sG5X7nlA6pw@public.gmane.org>
@ 2009-08-20 3:55 ` Eric Sandeen
[not found] ` <4A8CC93B.9090904-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Eric Sandeen @ 2009-08-20 3:55 UTC (permalink / raw)
To: NILFS Users mailing list
Ryusuke Konishi wrote:
> (reply added to "Yann E. MORIN")
>
> Hi,
> On Wed, 19 Aug 2009 11:31:56 +0200, "Yann E. MORIN" wrote:
>> Hello All!
>>
>> I've searched the archives, but could not find the answer to the
>> following questions:
>>
>> - will there be, or what is the probability of, a disk format change
>> in the near future (few months)?
>
> We still have some possibilities for the format change at this time.
>
> Basically I intend to keep the disk format, but some new features like
>
> - Extended attributes, ACLs
> - Rollback
> - Checkpoint based remote replication
>
> may require it. So far, we haven't seen any specific requisition.
>
Do you expect that any of the changes may impact the ability of
utilities such as blkid or file to recognize a nilfs filesystem?
I'd happily write patches for those utilities to add nilfs recognition
if you think there is a stable fingerprint that can be recognized.
Thanks,
-Eric
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Inquiry: disk format change in the future
[not found] ` <4A8CC93B.9090904-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2009-08-21 3:57 ` Ryusuke Konishi
[not found] ` <20090821.125734.96697535.ryusuke-sG5X7nlA6pw@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Ryusuke Konishi @ 2009-08-21 3:57 UTC (permalink / raw)
To: users-JrjvKiOkagjYtjvyW6yDsg, sandeen-H+wXaHxf7aLQT0dZR+AlfA
Hi!
On Wed, 19 Aug 2009 22:55:39 -0500, Eric Sandeen wrote:
> Ryusuke Konishi wrote:
> > (reply added to "Yann E. MORIN")
> >
> > Hi,
> > On Wed, 19 Aug 2009 11:31:56 +0200, "Yann E. MORIN" wrote:
> >> Hello All!
> >>
> >> I've searched the archives, but could not find the answer to the
> >> following questions:
> >>
> >> - will there be, or what is the probability of, a disk format change
> >> in the near future (few months)?
> >
> > We still have some possibilities for the format change at this time.
> >
> > Basically I intend to keep the disk format, but some new features like
> >
> > - Extended attributes, ACLs
> > - Rollback
> > - Checkpoint based remote replication
> >
> > may require it. So far, we haven't seen any specific requisition.
> >
>
> Do you expect that any of the changes may impact the ability of
> utilities such as blkid or file to recognize a nilfs filesystem?
I don't think these affect blkid or similar programs even if
additional fields may be required in the superblock.
One my concern about the automated recognition is too short magic
field of nilfs. I think those tools will need to confirm the checksum
in addition to the magic field.
If I have a chance to reorganize the superblock, I would like to make
it longer and adjust some other fields. But I will not do so for the
above features.
> I'd happily write patches for those utilities to add nilfs recognition
> if you think there is a stable fingerprint that can be recognized.
>
> Thanks,
> -Eric
Thank you for the proposal! I'm grateful if you could do so. I think
the time when we drop the experimental flag from Kconfig is the time.
Thanks,
Ryusuke Konishi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Inquiry: disk format change in the future
[not found] ` <20090821.125734.96697535.ryusuke-sG5X7nlA6pw@public.gmane.org>
@ 2009-08-21 4:04 ` Eric Sandeen
0 siblings, 0 replies; 5+ messages in thread
From: Eric Sandeen @ 2009-08-21 4:04 UTC (permalink / raw)
To: Ryusuke Konishi; +Cc: users-JrjvKiOkagjYtjvyW6yDsg
Ryusuke Konishi wrote:
> Hi!
> On Wed, 19 Aug 2009 22:55:39 -0500, Eric Sandeen wrote:
>> Ryusuke Konishi wrote:
>>> (reply added to "Yann E. MORIN")
>>>
>>> Hi,
>>> On Wed, 19 Aug 2009 11:31:56 +0200, "Yann E. MORIN" wrote:
>>>> Hello All!
>>>>
>>>> I've searched the archives, but could not find the answer to the
>>>> following questions:
>>>>
>>>> - will there be, or what is the probability of, a disk format change
>>>> in the near future (few months)?
>>> We still have some possibilities for the format change at this time.
>>>
>>> Basically I intend to keep the disk format, but some new features like
>>>
>>> - Extended attributes, ACLs
>>> - Rollback
>>> - Checkpoint based remote replication
>>>
>>> may require it. So far, we haven't seen any specific requisition.
>>>
>> Do you expect that any of the changes may impact the ability of
>> utilities such as blkid or file to recognize a nilfs filesystem?
>
> I don't think these affect blkid or similar programs even if
> additional fields may be required in the superblock.
>
> One my concern about the automated recognition is too short magic
> field of nilfs. I think those tools will need to confirm the checksum
> in addition to the magic field.
That's possible, at least for blkid. I did that for recognizing lvm
volumes. I'll take a look.
> If I have a chance to reorganize the superblock, I would like to make
> it longer and adjust some other fields. But I will not do so for the
> above features.
>
>> I'd happily write patches for those utilities to add nilfs recognition
>> if you think there is a stable fingerprint that can be recognized.
>>
>> Thanks,
>> -Eric
>
> Thank you for the proposal! I'm grateful if you could do so. I think
> the time when we drop the experimental flag from Kconfig is the time.
Ok, I can wait 'til then to submit it. Once I get time to see what it
takes I can run the patch past you, see if you think it's a stable
fingerprint, and either send it upstream or wait, based on what you
think is best at that point.
Thanks,
-Eric
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-08-21 4:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-18 10:17 Inquiry: disk format change in the future Yann E. MORIN
[not found] ` <20090820002457.A0C0520E21-lhVA/uj0YcqwblfueUDqnA@public.gmane.org>
2009-08-20 2:22 ` Ryusuke Konishi
[not found] ` <20090820.112237.04623349.ryusuke-sG5X7nlA6pw@public.gmane.org>
2009-08-20 3:55 ` Eric Sandeen
[not found] ` <4A8CC93B.9090904-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-08-21 3:57 ` Ryusuke Konishi
[not found] ` <20090821.125734.96697535.ryusuke-sG5X7nlA6pw@public.gmane.org>
2009-08-21 4:04 ` Eric Sandeen
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.