Comment # 7 on bug 908854 from
Hello Gratien,
very many thanks for all your efforts to integrate my patch
into the mainstream of rear and for your testing!

Regaring Fedora:

Your current fix for Fedora in 13_include_mount_subvolumes_code.sh via
-----------------------------------------------------------------------
    if test "$subvolume_path" = "root" ; then
        ...
    fi
-----------------------------------------------------------------------
is o.k. as band-aid workaround for now to make it work on Fedora
but I will try to change it into a generic solution. 

Assume a non-Fedora admin uses a btrfs subvolume "root"
(e.g. he may like to have his /root directory as btrfs subvolume),
then your Fedora-specific code may falsely apply.

I need to understand what is different in Fedora's btrfs setup
that my code which is intended to be generic support for btrfs
currently does not work on Fedora.

This will taks some time - first and foremost because currently
I have to work on issues that are related to SUSE customers and
furthermore because I am not yet an experienced Fedora user.

Of course my further work will be based on the mainstream of rear.

Stay tuned...


You are receiving this mail because: