On Tue, Jun 18, 2019 at 4:23 PM Rich Turner <rtur...@storix.com> wrote: > > tar: ./lib/modules/4.4.73-7-default/kernel/drivers/md/faulty.ko: Cannot open: > No space left on device
If this really is a 4.4.73 based kernel, I expect the report is out of scope for this list. There have been 109 subsequent stable releases of the 4.4 kernel since. There nearly 3000 commits between 4.4 and 5.1. Ideally you'd retest with 5.2-rc5 since that's the current mainline that this upstream development list is actively working on fixing bugs in. But I'd suggest at the oldest, 4.19.52 or whatever most recent version has Btrfs backports. If it does reproduce with a recent kernel, I suggest remounting with option enospc_debug to include additional information; and also include the output from $ sudo ./btrfs-debugfs -b / mntpoint The btrfs-debugfs script can be found in upstream btrfs-progs, I'm not sure if it's typically packaged by distributions. https://github.com/kdave/btrfs-progs > PRETTY_NAME="SUSE Linux Enterprise Server 12 SP3" In the case you can't test with something recent, then I suggest reporting it to this distribution's support. That's the way it's supposed to work. -- Chris Murphy