diff mbox series

[ACT] ubuntu_aufs_smoke_test: skip v5.11 Focal edge and hwe kernels

Message ID 20210707080029.13924-1-krzysztof.kozlowski@canonical.com
State New
Headers show
Series [ACT] ubuntu_aufs_smoke_test: skip v5.11 Focal edge and hwe kernels | expand

Commit Message

Krzysztof Kozlowski July 7, 2021, 8 a.m. UTC
Focal cloud edge kernels (aws-5.11 and so on) and hwe-5.11 are derived
from Hirsute so they do not have AUFS:

    aufs: mount: FAILED: ret=32
    stderr:
    mount: /tmp/aufs/aufs-root: unknown filesystem type 'aufs'.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 ubuntu_aufs_smoke_test/blacklist.5.11.0 | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 ubuntu_aufs_smoke_test/blacklist.5.11.0

Comments

Krzysztof Kozlowski July 7, 2021, 8:51 a.m. UTC | #1
On 07/07/2021 10:00, Krzysztof Kozlowski wrote:
> Focal cloud edge kernels (aws-5.11 and so on) and hwe-5.11 are derived
> from Hirsute so they do not have AUFS:
> 
>     aufs: mount: FAILED: ret=32
>     stderr:
>     mount: /tmp/aufs/aufs-root: unknown filesystem type 'aufs'.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>  ubuntu_aufs_smoke_test/blacklist.5.11.0 | 1 +
>  1 file changed, 1 insertion(+)
>  create mode 100644 ubuntu_aufs_smoke_test/blacklist.5.11.0
> 
> diff --git a/ubuntu_aufs_smoke_test/blacklist.5.11.0 b/ubuntu_aufs_smoke_test/blacklist.5.11.0
> new file mode 100644
> index 000000000000..95243dc48f0c
> --- /dev/null
> +++ b/ubuntu_aufs_smoke_test/blacklist.5.11.0
> @@ -0,0 +1 @@
> +AUFS is no longer supported on hirsute, derived edge kernels and newer.

Focal v5.11 cloud kernels should have it enabled.


Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/ubuntu_aufs_smoke_test/blacklist.5.11.0 b/ubuntu_aufs_smoke_test/blacklist.5.11.0
new file mode 100644
index 000000000000..95243dc48f0c
--- /dev/null
+++ b/ubuntu_aufs_smoke_test/blacklist.5.11.0
@@ -0,0 +1 @@ 
+AUFS is no longer supported on hirsute, derived edge kernels and newer.