Bug ID | 1127701 |
---|---|
Summary | fstrim -Av runs trim on each btrfs subvolume |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | asn@cryptomilk.org |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
fstrim -Av runs trim on each btrfs subvolume $ magrathea:~ # fstrim -Av /.snapshots: 23 GiB (24640622592 bytes) trimmed on /dev/sda3 /var/tmp: 25.7 GiB (27602243584 bytes) trimmed on /dev/sda3 /var/spool: 29.9 GiB (32058798080 bytes) trimmed on /dev/sda3 /var/opt: 29 GiB (31094824960 bytes) trimmed on /dev/sda3 ... $ mount /dev/sda3 on /.snapshots type btrfs (rw,relatime,ssd,space_cache,subvolid=258,subvol=/@/.snapshots) /dev/sda3 on /var/tmp type btrfs (rw,relatime,ssd,space_cache,subvolid=278,subvol=/@/var/tmp) /dev/sda3 on /var/spool type btrfs (rw,relatime,ssd,space_cache,subvolid=277,subvol=/@/var/spool) /dev/sda3 on /var/opt type btrfs (rw,relatime,ssd,space_cache,subvolid=276,subvol=/@/var/opt) ... This is basically bug #1020077 again, but this time with -A instead of -a!