From 94be47ca46be24de46220649706cf18620a1c5d0 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Wed, 25 May 2022 21:09:38 +0000 Subject: [PATCH] Added a comment: What filesystem is this happening on? --- ...nt_5_28da709b2152b1ce1d0c926b099febad._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/get_is_busy_doing_nothing/comment_5_28da709b2152b1ce1d0c926b099febad._comment diff --git a/doc/bugs/get_is_busy_doing_nothing/comment_5_28da709b2152b1ce1d0c926b099febad._comment b/doc/bugs/get_is_busy_doing_nothing/comment_5_28da709b2152b1ce1d0c926b099febad._comment new file mode 100644 index 0000000000..3accf28615 --- /dev/null +++ b/doc/bugs/get_is_busy_doing_nothing/comment_5_28da709b2152b1ce1d0c926b099febad._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="What filesystem is this happening on?" + date="2022-05-25T21:09:38Z" + content=""" +BTRFS + +``` +/dev/mapper/vg_backup-lv_backup on /mnt/backup type btrfs (rw,noatime,compress=lzo,space_cache=v2,subvolid=5,subvol=/,x-systemd.mount-timeout=30m) + +``` + +over LVM over mdadm raid6 arrays ;) +"""]]