Brief description of the problem
So i was trying to work out how much space i was realistically going to need for my backups (never got to do them before this happened), and so i ran du -hs *
in /mnt2 this proceeded to basically crash the system, and upon finally coming back im getting error messages about the system being “out of space”
Run a df -h to see whats going on, because i knew i had around 50GB free space on the system drive/
Filesystem Size Used Avail Use% Mounted on
devtmpfs 7.5G 0 7.5G 0% /dev
tmpfs 7.5G 0 7.5G 0% /dev/shm
tmpfs 7.5G 761M 6.7G 10% /run
tmpfs 7.5G 0 7.5G 0% /sys/fs/cgroup
/dev/sde3 104G 53G 0 100% /
tmpfs 7.5G 0 7.5G 0% /tmp
/dev/sde3 104G 53G 0 100% /home
/dev/sde1 477M 199M 250M 45% /boot
tmpfs 1.5G 0 1.5G 0% /run/user/0
As hou can see the issue appears to be here
/dev/sde3 104G 53G 0 100% /
only 53GB used of 104GB but no more space available.
This has now left me with no webgui, non of my pools/shares mounted.
what i am seeing is systemd-journald using a lot of CPU, and if i run journalctrl -f
i am getting this repeating at an unreadable rate
Sep 03 03:21:53 hulk kernel: ------------[ cut here ]------------
Sep 03 03:21:53 hulk kernel: WARNING: CPU: 0 PID: 2991 at fs/btrfs/qgroup.c:2955 btrfs_qgroup_free_meta+0xde/0xf0 [btrfs]
Sep 03 03:21:53 hulk kernel: Modules linked in: ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter nct6775 hwmon_vid sunrpc dm_mirror dm_region_hash dm_log dm_mod dax ppdev eeepc_wmi asus_wmi sparse_keymap rfkill edac_mce_amd kvm_amd kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc ext4 jbd2 mbcache aesni_intel crypto_simd glue_helper cryptd pcspkr k10temp joydev input_leds shpchp sg sp5100_tco i2c_piix4 snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi parport_pc parport snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_seq snd_seq_device tpm_infineon snd_pcm snd_timer snd soundcore video wmi acpi_cpufreq ip_tables btrfs xor raid6_pq sd_mod crc32c_intel r8169 mii ahci libahci amdkfd libata amd_iommu_v2 radeon i2c_algo_bit drm_kms_helper syscopyarea sysfillrect
Sep 03 03:21:53 hulk kernel: sysimgblt fb_sys_fops ttm drm uas usb_storage
Sep 03 03:21:53 hulk kernel: CPU: 0 PID: 2991 Comm: in:imjournal Tainted: G W 4.12.4-1.el7.elrepo.x86_64 #1
Sep 03 03:21:53 hulk kernel: Hardware name: PC SPECIALIST System Product Name/A88XM-PLUS, BIOS 2903 03/10/2016
Sep 03 03:21:53 hulk kernel: task: ffff880409282d80 task.stack: ffffc90002fb0000
Sep 03 03:21:53 hulk kernel: RIP: 0010:btrfs_qgroup_free_meta+0xde/0xf0 [btrfs]
Sep 03 03:21:53 hulk kernel: RSP: 0018:ffffc90002fb3be0 EFLAGS: 00010206
Sep 03 03:21:53 hulk kernel: RAX: 0000000000000102 RBX: ffff880406120000 RCX: 0000000000000000
Sep 03 03:21:53 hulk kernel: RDX: 0000000000000000 RSI: 0000000000014000 RDI: ffff88040725e000
Sep 03 03:21:53 hulk kernel: RBP: ffffc90002fb3c08 R08: 0000000000000000 R09: 0000000000001400
Sep 03 03:21:53 hulk kernel: R10: 00000000ffffffe4 R11: 00000000000002a9 R12: ffff88040725e000
Sep 03 03:21:53 hulk kernel: R13: ffff880406120000 R14: 0000000000014000 R15: 0000000000014000
Sep 03 03:21:53 hulk kernel: FS: 00007f0885419700(0000) GS:ffff88041ec00000(0000) knlGS:0000000000000000
Sep 03 03:21:53 hulk kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 03 03:21:53 hulk kernel: CR2: 00007f85a5314000 CR3: 00000003f5dd0000 CR4: 00000000000406f0
Sep 03 03:21:53 hulk kernel: Call Trace:
Sep 03 03:21:53 hulk kernel: start_transaction+0x378/0x440 [btrfs]
Sep 03 03:21:53 hulk kernel: btrfs_start_transaction+0x1e/0x20 [btrfs]
Sep 03 03:21:53 hulk kernel: btrfs_create+0x5a/0x220 [btrfs]
Sep 03 03:21:53 hulk kernel: path_openat+0xf1f/0x13b0
Sep 03 03:21:53 hulk kernel: ? unix_dgram_sendmsg+0x2b1/0x690
Sep 03 03:21:53 hulk kernel: do_filp_open+0x91/0x100
Sep 03 03:21:53 hulk kernel: ? __alloc_fd+0x46/0x170
Sep 03 03:21:53 hulk kernel: do_sys_open+0x124/0x210
Sep 03 03:21:53 hulk kernel: SyS_open+0x1e/0x20
Sep 03 03:21:53 hulk kernel: entry_SYSCALL_64_fastpath+0x1a/0xa5
Sep 03 03:21:53 hulk kernel: RIP: 0033:0x7f0888cb277d
Sep 03 03:21:53 hulk kernel: RSP: 002b:00007f0885417c30 EFLAGS: 00000293 ORIG_RAX: 0000000000000002
Sep 03 03:21:53 hulk kernel: RAX: ffffffffffffffda RBX: 00007f0878000020 RCX: 00007f0888cb277d
Sep 03 03:21:53 hulk kernel: RDX: 00000000000001b6 RSI: 0000000000000241 RDI: 00007f0885417cd0
Sep 03 03:21:53 hulk kernel: RBP: 00007f0878000020 R08: 00007f0886d8ed8c R09: 0000000000000240
Sep 03 03:21:53 hulk kernel: R10: 0000000000000024 R11: 0000000000000293 R12: 00007f0885418db0
Sep 03 03:21:53 hulk kernel: R13: 00007f0875aa174b R14: 0000000000000020 R15: 000000000000000a
Sep 03 03:21:53 hulk kernel: Code: 48 8b 03 4d 89 f7 49 f7 df 48 8b 7b 08 48 83 c3 18 4c 89 fa 4c 89 e6 ff d0 48 8b 03 48 85 c0 75 e8 49 8b 84 24 38 03 00 00 eb 98 <0f> ff eb 86 0f 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44
Sep 03 03:21:53 hulk kernel: ---[ end trace 905ef2e4814bc84a ]---
Any help will be greatly appreciated.
Thanks in advance
Matt