Seems not many of us yet use btrfs, I therefore would like to ask if
any users can signoff on the btrfs-progs in testing (i.e. verify that
the package appears to work).
In particular, I'm interested to hear if someone who uses btrfs-progs
and initscripts from testing could verify that the multi-device
support still works? If you have the btrfs hook in your initramfs,
then please enable udev too and regenerate the image to verify that
that also still works.
For those who are interested: the change we made was to scan btrfs
devices for multi-device support using udev rules as the devices
appear rather than doing it unconditionally after "all the devices
should be ready". This approach should hopefully be more reliable than
the old one.
Cheers,
Tom
07-27-2012, 07:04 PM
Tom Gundersen
btrfs-progs
Hi guys,
Seems not many of us yet use btrfs, I therefore would like to ask if
any users can signoff on the btrfs-progs in testing (i.e. verify that
the package appears to work).
In particular, I'm interested to hear if someone who uses btrfs-progs
and initscripts from testing could verify that the multi-device
support still works? If you have the btrfs hook in your initramfs,
then please enable udev too and regenerate the image to verify that
that also still works.
For those who are interested: the change we made was to scan btrfs
devices for multi-device support using udev rules as the devices
appear rather than doing it unconditionally after "all the devices
should be ready". This approach should hopefully be more reliable than
the old one.
Cheers,
Tom
07-27-2012, 07:32 PM
Leonidas Spyropoulos
btrfs-progs
On Fri, Jul 27, 2012 at 8:04 PM, Tom Gundersen <teg@jklm.no> wrote:
> Hi guys,
>
> Seems not many of us yet use btrfs, I therefore would like to ask if
> any users can signoff on the btrfs-progs in testing (i.e. verify that
> the package appears to work).
I use btrfs for 3 years now the last 2 is my root and home partitions
(with regular backups).
I am not using testing repository, I can enable it and test
btrfs-progs. I usually just compile and install btrfs-progs from
Hugo's repository with latest patches.
>
> In particular, I'm interested to hear if someone who uses btrfs-progs
> and initscripts from testing could verify that the multi-device
> support still works? If you have the btrfs hook in your initramfs,
> then please enable udev too and regenerate the image to verify that
> that also still works.
Unfortunately none of my computers have multi-device btrfs now, used
to have one for testing a couple of years ago
>
> For those who are interested: the change we made was to scan btrfs
> devices for multi-device support using udev rules as the devices
> appear rather than doing it unconditionally after "all the devices
> should be ready". This approach should hopefully be more reliable than
> the old one.
>
> Cheers,
>
> Tom
Let me know if I can otherwise help.
--
Caution: breathing may be hazardous to your health.
#include <stdio.h>
int main(){printf("%s","x4cx65x6fx6ex69x64x61x73");}
07-27-2012, 07:48 PM
Jameson
btrfs-progs
On Fri, Jul 27, 2012 at 3:32 PM, Leonidas Spyropoulos
<artafinde@gmail.com> wrote:
> Unfortunately none of my computers have multi-device btrfs now, used
> to have one for testing a couple of years ago
I have a multi-device volume, but I'm running systemd. I can validate
that btrfs-progs in testing didn't break my volume being mounted
automatically on a reboot.
=-Jameson
07-27-2012, 07:51 PM
Tom Gundersen
btrfs-progs
On Fri, Jul 27, 2012 at 9:48 PM, Jameson <imntreal@gmail.com> wrote:
> On Fri, Jul 27, 2012 at 3:32 PM, Leonidas Spyropoulos
> <artafinde@gmail.com> wrote:
>> Unfortunately none of my computers have multi-device btrfs now, used
>> to have one for testing a couple of years ago
>
> I have a multi-device volume, but I'm running systemd. I can validate
> that btrfs-progs in testing didn't break my volume being mounted
> automatically on a reboot.
I assume you are then using the btrfs hook in mkinitcpio? Did you
regenerate it before you rebooted? (mkinitcpio -p linux).
-t
07-27-2012, 07:52 PM
Matthew Monaco
btrfs-progs
On 07/27/2012 01:04 PM, Tom Gundersen wrote:
> Hi guys,
>
> Seems not many of us yet use btrfs, I therefore would like to ask if
> any users can signoff on the btrfs-progs in testing (i.e. verify that
> the package appears to work).
>
> In particular, I'm interested to hear if someone who uses btrfs-progs
> and initscripts from testing could verify that the multi-device
> support still works? If you have the btrfs hook in your initramfs,
> then please enable udev too and regenerate the image to verify that
> that also still works.
>
> For those who are interested: the change we made was to scan btrfs
> devices for multi-device support using udev rules as the devices
> appear rather than doing it unconditionally after "all the devices
> should be ready". This approach should hopefully be more reliable than
> the old one.
>
> Cheers,
>
> Tom
>
Last night in a fit of insomnia I decided to run btrfs-convert on my ext4 root.
No problems at all so far =)
07-27-2012, 07:57 PM
Aurko Roy
btrfs-progs
Hi,
I installed btrfs-progs from testing and regenerated the image
using mkinitcpio. It works fine and my btrfs volume is still being
mounted correctly. I use systemd though and don't have any multi
device btrfs volume either.
On Sat, Jul 28, 2012 at 1:22 AM, Matthew Monaco <dgbaley27@0x01b.net> wrote:
> On 07/27/2012 01:04 PM, Tom Gundersen wrote:
>> Hi guys,
>>
>> Seems not many of us yet use btrfs, I therefore would like to ask if
>> any users can signoff on the btrfs-progs in testing (i.e. verify that
>> the package appears to work).
>>
>> In particular, I'm interested to hear if someone who uses btrfs-progs
>> and initscripts from testing could verify that the multi-device
>> support still works? If you have the btrfs hook in your initramfs,
>> then please enable udev too and regenerate the image to verify that
>> that also still works.
>>
>> For those who are interested: the change we made was to scan btrfs
>> devices for multi-device support using udev rules as the devices
>> appear rather than doing it unconditionally after "all the devices
>> should be ready". This approach should hopefully be more reliable than
>> the old one.
>>
>> Cheers,
>>
>> Tom
>>
>
> Last night in a fit of insomnia I decided to run btrfs-convert on my ext4 root.
> No problems at all so far =)
>
On Fri, Jul 27, 2012 at 3:51 PM, Tom Gundersen <teg@jklm.no> wrote:
> On Fri, Jul 27, 2012 at 9:48 PM, Jameson <imntreal@gmail.com> wrote:
>> On Fri, Jul 27, 2012 at 3:32 PM, Leonidas Spyropoulos
>> <artafinde@gmail.com> wrote:
>>> Unfortunately none of my computers have multi-device btrfs now, used
>>> to have one for testing a couple of years ago
>>
>> I have a multi-device volume, but I'm running systemd. I can validate
>> that btrfs-progs in testing didn't break my volume being mounted
>> automatically on a reboot.
>
> I assume you are then using the btrfs hook in mkinitcpio? Did you
> regenerate it before you rebooted? (mkinitcpio -p linux).
Yep
=-Jameson
07-27-2012, 08:03 PM
Tom Gundersen
btrfs-progs
On Fri, Jul 27, 2012 at 10:00 PM, Jameson <imntreal@gmail.com> wrote:
> On Fri, Jul 27, 2012 at 3:51 PM, Tom Gundersen <teg@jklm.no> wrote:
>> On Fri, Jul 27, 2012 at 9:48 PM, Jameson <imntreal@gmail.com> wrote:
>>> On Fri, Jul 27, 2012 at 3:32 PM, Leonidas Spyropoulos
>>> <artafinde@gmail.com> wrote:
>>>> Unfortunately none of my computers have multi-device btrfs now, used
>>>> to have one for testing a couple of years ago
>>>
>>> I have a multi-device volume, but I'm running systemd. I can validate
>>> that btrfs-progs in testing didn't break my volume being mounted
>>> automatically on a reboot.
>>
>> I assume you are then using the btrfs hook in mkinitcpio? Did you
>> regenerate it before you rebooted? (mkinitcpio -p linux).
>
> Yep
>
> =-Jameson
Thanks!
07-27-2012, 08:07 PM
Leonidas Spyropoulos
btrfs-progs
On Fri, Jul 27, 2012 at 9:03 PM, Tom Gundersen <teg@jklm.no> wrote:
> On Fri, Jul 27, 2012 at 10:00 PM, Jameson <imntreal@gmail.com> wrote:
>> On Fri, Jul 27, 2012 at 3:51 PM, Tom Gundersen <teg@jklm.no> wrote:
>>> On Fri, Jul 27, 2012 at 9:48 PM, Jameson <imntreal@gmail.com> wrote:
>>>> On Fri, Jul 27, 2012 at 3:32 PM, Leonidas Spyropoulos
>>>> <artafinde@gmail.com> wrote:
>>>>> Unfortunately none of my computers have multi-device btrfs now, used
>>>>> to have one for testing a couple of years ago
>>>>
>>>> I have a multi-device volume, but I'm running systemd. I can validate
>>>> that btrfs-progs in testing didn't break my volume being mounted
>>>> automatically on a reboot.
>>>
>>> I assume you are then using the btrfs hook in mkinitcpio? Did you
>>> regenerate it before you rebooted? (mkinitcpio -p linux).
>>
>> Yep
>>
>> =-Jameson
>
> Thanks!
Tested btrfs-progs from testing in 64bit arch, produced image and
hook. I don't have a multi device though.
--
Caution: breathing may be hazardous to your health.
#include <stdio.h>
int main(){printf("%s","x4cx65x6fx6ex69x64x61x73");}