Re: [PATCH v2] common/rc: Extending _require_metadata_journaling for overlayfs in case shutdown tests run on uncommon overlayfs setup and fail

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Jan 6, 2018 at 8:29 AM, Chengguang Xu <cgxu519@xxxxxxxxxx> wrote:
> Currently generic shutdown tests are enabled on overlayfs by extending
> _require_scratch_shutdown() to check shutdown support for overlayfs,
> some of those tests also call _require_metadata_journaling() to inspect
> whether test filesystem support metadata journaling or not, so need to
> extend _require_metadata_journaling() as well to check metadata journaling
> support for overlayfs in case shutdown tests run on uncommon overlayfs
> setup and fail. For example, base filesystem of overlayfs is ext2 or ext4
> with noload mode.
>
> Metadata journaling check is based on base filesystem configurations
> and  because -overlay option saves those configurations to OVL_BASE_*,
> adding restore/override the configurations before/after the check.

These 3 lines would look very good also as a comment in the code!

The subject line is a mouthful ;-)
How about "common/rc: perform _require_metadata_journaling check on
overlay base fs"

Otherwise, looks good.

Amir.

>
> Tested ext2, xfs, ext4(load/no-load mode) as base filesystem of overlayfs
> in single and multi section configurations.
>
> Signed-off-by: Chengguang Xu <cgxu519@xxxxxxxxxx>
> ---
> Changes since v1:
> - Rewrite commit log.
>
>  common/rc | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/common/rc b/common/rc
> index 9216efd..83ef3f1 100644
> --- a/common/rc
> +++ b/common/rc
> @@ -3007,6 +3007,15 @@ _require_metadata_journaling()
>                 # ext4 might not load a journal
>                 _exclude_scratch_mount_option "noload"
>                 ;;
> +       overlay)
> +               if [ ! -z $OVL_BASE_FSTYP -a $OVL_BASE_FSTYP != "overlay" ]; then
> +                       _overlay_config_restore
> +                       _require_metadata_journaling
> +                       _overlay_config_override
> +               else
> +                       _notrun "Please specify underlying filesystem type in config file"
> +               fi
> +               ;;
>         *)
>                 # by default we pass; if you need to, add your fs above!
>                 ;;
> --
> 1.8.3.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Filesystems Devel]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux