linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marc Haber <mh+linux-btrfs@zugschlus.de>
To: Btrfs BTRFS <linux-btrfs@vger.kernel.org>
Subject: Re: New file system with same issue (was: Again, no space left on device while rebalancing and recipe doesnt work)
Date: Tue, 15 Mar 2016 14:42:09 +0100	[thread overview]
Message-ID: <20160315134209.GP2334@torres.zugschlus.de> (raw)
In-Reply-To: <20160315132932.GO2334@torres.zugschlus.de>

On Tue, Mar 15, 2016 at 02:29:32PM +0100, Marc Haber wrote:
> After umounting and btrfs check the block device, things seem to be
> fine now

But, umounting the btrfs seemed to trigger the following kernel traces:

Mar 15 14:21:30 fan kernel: [92308.377104] ------------[ cut here ]------------
Mar 15 14:21:30 fan kernel: [92308.377135] WARNING: CPU: 5 PID: 28243 at fs/btrfs/extent-tree.c:5380 bt
rfs_free_block_groups+0x1bc/0x36f [btrfs]()
Mar 15 14:21:30 fan kernel: [92308.377137] Modules linked in: vhost_net vhost macvtap macvlan tun iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp dummy ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter ip_tables x_tables cpufreq_userspace cpufreq_stats cpufreq_powersave cpufreq_conservative bridge stp llc snd_cmipci snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi kvm_amd snd_mpu401_uart snd_opl3_lib snd_rawmidi kvm snd_hda_intel snd_seq_device snd_hda_codec snd_hda_core snd_hwdep amd64_edac_mod snd_pcm_oss edac_mce_amd irqbypass input_leds snd_mixer_oss pcspkr k10temp edac_core snd_pcm snd_timer snd i2c_piix4 asus_atk0110 soundcore acpi_cpufreq tpm_tis tpm sg processor evdev shpchp hwmon_vid autofs4 crc32c_generic btrfs xor raid6_pq ext4 crc16 mbcache jbd2 hmac sha256_ssse3 sha256_generic drbg ansi_cprng xts gf128mul algif_skcipher af_alg dm_crypt dm_mod hid_generic usbhid hid usb_storage sr_mod sd_mod cdrom ohci_pci r8169 mii amdkfd radeon i2c_algo_bit ahci ttm sym53c8xx libahci xhci_pci scsi_transport_spi drm_kms_helper ohci_hcd ehci_pci xhci_hcd libata ehci_hcd drm usbcore scsi_mod usb_common i2c_core button
Mar 15 14:21:30 fan kernel: [92308.377203] CPU: 5 PID: 28243 Comm: umount Not tainted 4.4.5-zgws1 #2
Mar 15 14:21:30 fan kernel: [92308.377205] Hardware name: System manufacturer System Product Name/M5A88-V EVO, BIOS 1603    10/12/2012
Mar 15 14:21:30 fan kernel: [92308.377207]  000000000000005b ffffffff811dd418 0000000000000000 0000000000000009
Mar 15 14:21:30 fan kernel: [92308.377210]  ffffffff81051e21 ffffffffa047a147 ffff880600a28000 0000000000000000
Mar 15 14:21:30 fan kernel: [92308.377212]  ffff880600a28080 ffff8805af7eea00 ffffffffa047a147 ffff880600a28000
Mar 15 14:21:30 fan kernel: [92308.377215] Call Trace:
Mar 15 14:21:30 fan kernel: [92308.377221]  [<ffffffff811dd418>] ? dump_stack+0x5a/0x6f
Mar 15 14:21:30 fan kernel: [92308.377224]  [<ffffffff81051e21>] ? warn_slowpath_common+0x8e/0xa3
Mar 15 14:21:30 fan kernel: [92308.377239]  [<ffffffffa047a147>] ? btrfs_free_block_groups+0x1bc/0x36f[btrfs]
Mar 15 14:21:30 fan kernel: [92308.377252]  [<ffffffffa047a147>] ? btrfs_free_block_groups+0x1bc/0x36f[btrfs]
Mar 15 14:21:30 fan kernel: [92308.377267]  [<ffffffffa0487c72>] ? close_ctree+0x1e6/0x2f2 [btrfs]
Mar 15 14:21:30 fan kernel: [92308.377271]  [<ffffffff8113dfd9>] ? generic_shutdown_super+0x64/0xdf
Mar 15 14:21:30 fan kernel: [92308.377273]  [<ffffffff8113e181>] ? kill_anon_super+0x9/0xe
Mar 15 14:21:30 fan kernel: [92308.377285]  [<ffffffffa04660db>] ? btrfs_kill_super+0xd/0x16 [btrfs]
Mar 15 14:21:30 fan kernel: [92308.377288]  [<ffffffff8113e286>] ? deactivate_locked_super+0x2f/0x56
Mar 15 14:21:30 fan kernel: [92308.377291]  [<ffffffff81152aff>] ? cleanup_mnt+0x4f/0x6b
Mar 15 14:21:30 fan kernel: [92308.377293]  [<ffffffff81066ab7>] ? task_work_run+0x5d/0x71
Mar 15 14:21:30 fan kernel: [92308.377296]  [<ffffffff810036dc>] ? prepare_exit_to_usermode+0x70/0x99
Mar 15 14:21:30 fan kernel: [92308.377300]  [<ffffffff8140de08>] ? int_ret_from_sys_call+0x25/0x8f
Mar 15 14:21:30 fan kernel: [92308.377302] ---[ end trace 18c6bb90b0c6c689 ]---

Mar 15 14:21:30 fan kernel: [92308.377303] ------------[ cut here ]------------
Mar 15 14:21:30 fan kernel: [92308.377318] WARNING: CPU: 5 PID: 28243 at fs/btrfs/extent-tree.c:5381 btrfs_free_block_groups+0x1d7/0x36f [btrfs]()
Mar 15 14:21:30 fan kernel: [92308.377319] Modules linked in: vhost_net vhost macvtap macvlan tun iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp dummy ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter ip_tables x_tables cpufreq_userspace cpufreq_stats cpufreq_powersave cpufreq_conservative bridge stp llc snd_cmipci snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi kvm_amd snd_mpu401_uart snd_opl3_lib snd_rawmidi kvm snd_hda_intel snd_seq_device snd_hda_codec snd_hda_core snd_hwdep amd64_edac_mod snd_pcm_oss edac_mce_amd irqbypass input_leds snd_mixer_oss pcspkr k10temp edac_core snd_pcm snd_timer snd i2c_piix4 asus_atk0110 soundcore acpi_cpufreq tpm_tis tpm sg processor evdev shpchp hwmon_vid autofs4 crc32c_generic btrfs xor raid6_pq ext4 crc16 mbcache jbd2 hmac sha256_ssse3 sha256_generic drbg ansi_cprng xts gf128mul algif_skcipher af_alg dm_crypt dm_mod hid_generic usbhid hid usb_storage sr_mod sd_mod cdrom ohci_pci r8169 mii amdkfd radeon i2c_algo_bit ahci ttm sym53c8xx libahci xhci_pci scsi_transport_spi drm_kms_helper ohci_hcd ehci_pci xhci_hcd libata ehci_hcd drm usbcore scsi_mod usb_common i2c_core button
Mar 15 14:21:30 fan kernel: [92308.377362] CPU: 5 PID: 28243 Comm: umount Tainted: G        W       4.4.5-zgws1 #2
Mar 15 14:21:30 fan kernel: [92308.377364] Hardware name: System manufacturer System Product Name/M5A88-V EVO, BIOS 1603    10/12/2012
Mar 15 14:21:30 fan kernel: [92308.377365]  000000000000005b ffffffff811dd418 0000000000000000 0000000000000009
Mar 15 14:21:30 fan kernel: [92308.377367]  ffffffff81051e21 ffffffffa047a162 ffff880600a28000 0000000000000000
Mar 15 14:21:30 fan kernel: [92308.377369]  ffff880600a28080 ffff8805af7eea00 ffffffffa047a162 ffff880600a28000
Mar 15 14:21:30 fan kernel: [92308.377372] Call Trace:
Mar 15 14:21:30 fan kernel: [92308.377374]  [<ffffffff811dd418>] ? dump_stack+0x5a/0x6f
Mar 15 14:21:30 fan kernel: [92308.377377]  [<ffffffff81051e21>] ? warn_slowpath_common+0x8e/0xa3
Mar 15 14:21:30 fan kernel: [92308.377390]  [<ffffffffa047a162>] ? btrfs_free_block_groups+0x1d7/0x36f [btrfs]
Mar 15 14:21:30 fan kernel: [92308.377404]  [<ffffffffa047a162>] ? btrfs_free_block_groups+0x1d7/0x36f [btrfs]
Mar 15 14:21:30 fan kernel: [92308.377419]  [<ffffffffa0487c72>] ? close_ctree+0x1e6/0x2f2 [btrfs]
Mar 15 14:21:30 fan kernel: [92308.377421]  [<ffffffff8113dfd9>] ? generic_shutdown_super+0x64/0xdf
Mar 15 14:21:30 fan kernel: [92308.377423]  [<ffffffff8113e181>] ? kill_anon_super+0x9/0xe
Mar 15 14:21:30 fan kernel: [92308.377435]  [<ffffffffa04660db>] ? btrfs_kill_super+0xd/0x16 [btrfs]
Mar 15 14:21:30 fan kernel: [92308.377438]  [<ffffffff8113e286>] ? deactivate_locked_super+0x2f/0x56
Mar 15 14:21:30 fan kernel: [92308.377440]  [<ffffffff81152aff>] ? cleanup_mnt+0x4f/0x6b
Mar 15 14:21:30 fan kernel: [92308.377442]  [<ffffffff81066ab7>] ? task_work_run+0x5d/0x71
Mar 15 14:21:30 fan kernel: [92308.377444]  [<ffffffff810036dc>] ? prepare_exit_to_usermode+0x70/0x99
Mar 15 14:21:30 fan kernel: [92308.377446]  [<ffffffff8140de08>] ? int_ret_from_sys_call+0x25/0x8f
Mar 15 14:21:30 fan kernel: [92308.377448] ---[ end trace 18c6bb90b0c6c68a ]---

Mar 15 14:21:30 fan kernel: [92308.377455] ------------[ cut here ]------------
Mar 15 14:21:30 fan kernel: [92308.377469] WARNING: CPU: 5 PID: 28243 at fs/btrfs/extent-tree.c:9595 btrfs_free_block_groups+0x34f/0x36f [btrfs]()
Mar 15 14:21:30 fan kernel: [92308.377471] Modules linked in: vhost_net vhost macvtap macvlan tun iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp dummy ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter ip_tables x_tables cpufreq_userspace cpufreq_stats cpufreq_powersave cpufreq_conservative bridge stp llc snd_cmipci snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi kvm_amd snd_mpu401_uart snd_opl3_lib snd_rawmidi kvm snd_hda_intel snd_seq_device snd_hda_codec snd_hda_core snd_hwdep amd64_edac_mod snd_pcm_oss edac_mce_amd irqbypass input_leds snd_mixer_oss pcspkr k10temp edac_core snd_pcm snd_timer snd i2c_piix4 asus_atk0110 soundcore acpi_cpufreq tpm_tis tpm sg processor evdev shpchp hwmon_vid autofs4 crc32c_generic btrfs xor raid6_pq ext4 crc16 mbcache jbd2 hmac sha256_ssse3 sha256_generic drbg ansi_cprng xts gf128mul algif_skcipher af_alg dm_crypt dm_mod hid_generic usbhid hid usb_storage sr_mod sd_mod cdrom ohci_pci r8169 mii amdkfd radeon i2c_algo_bit ahci ttm sym53c8xx libahci xhci_pci scsi_transport_spi drm_kms_helper ohci_hcd ehci_pci xhci_hcd libata ehci_hcd drm usbcore scsi_mod usb_common i2c_core button
Mar 15 14:21:30 fan kernel: [92308.377514] CPU: 5 PID: 28243 Comm: umount Tainted: G        W       4.4.5-zgws1 #2
Mar 15 14:21:30 fan kernel: [92308.377515] Hardware name: System manufacturer System Product Name/M5A88-V EVO, BIOS 1603    10/12/2012
Mar 15 14:21:30 fan kernel: [92308.377517]  000000000000005b ffffffff811dd418 0000000000000000 0000000000000009
Mar 15 14:21:30 fan kernel: [92308.377519]  ffffffff81051e21 ffffffffa047a2da ffff880600a28000 ffff8806173f6e88
Mar 15 14:21:30 fan kernel: [92308.377521]  0000000000000038 0000000000000000 ffffffffa047a2da ffff880600a28000
Mar 15 14:21:30 fan kernel: [92308.377523] Call Trace:
Mar 15 14:21:30 fan kernel: [92308.377525]  [<ffffffff811dd418>] ? dump_stack+0x5a/0x6f
Mar 15 14:21:30 fan kernel: [92308.377528]  [<ffffffff81051e21>] ? warn_slowpath_common+0x8e/0xa3
Mar 15 14:21:30 fan kernel: [92308.377542]  [<ffffffffa047a2da>] ? btrfs_free_block_groups+0x34f/0x36f [btrfs]
Mar 15 14:21:30 fan kernel: [92308.377555]  [<ffffffffa047a2da>] ? btrfs_free_block_groups+0x34f/0x36f [btrfs]
Mar 15 14:21:30 fan kernel: [92308.377570]  [<ffffffffa0487c72>] ? close_ctree+0x1e6/0x2f2 [btrfs]
Mar 15 14:21:30 fan kernel: [92308.377573]  [<ffffffff8113dfd9>] ? generic_shutdown_super+0x64/0xdf
Mar 15 14:21:30 fan kernel: [92308.377574]  [<ffffffff8113e181>] ? kill_anon_super+0x9/0xe
Mar 15 14:21:30 fan kernel: [92308.377587]  [<ffffffffa04660db>] ? btrfs_kill_super+0xd/0x16 [btrfs]
Mar 15 14:21:30 fan kernel: [92308.377589]  [<ffffffff8113e286>] ? deactivate_locked_super+0x2f/0x56
Mar 15 14:21:30 fan kernel: [92308.377591]  [<ffffffff81152aff>] ? cleanup_mnt+0x4f/0x6b
Mar 15 14:21:30 fan kernel: [92308.377593]  [<ffffffff81066ab7>] ? task_work_run+0x5d/0x71
Mar 15 14:21:30 fan kernel: [92308.377596]  [<ffffffff810036dc>] ? prepare_exit_to_usermode+0x70/0x99
Mar 15 14:21:30 fan kernel: [92308.377598]  [<ffffffff8140de08>] ? int_ret_from_sys_call+0x25/0x8f
Mar 15 14:21:30 fan kernel: [92308.377600] ---[ end trace 18c6bb90b0c6c68b ]---
Mar 15 14:21:30 fan kernel: [92308.377601] BTRFS: space_info 4 has 20608794624 free, is not full
Mar 15 14:21:30 fan kernel: [92308.377604] BTRFS: space_info total=23085449216, used=2476654592, pinned=0, reserved=0, may_use=25769803776, readonly=0

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany    |  lose things."    Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421

  reply	other threads:[~2016-03-15 13:42 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-27 21:14 Again, no space left on device while rebalancing and recipe doesnt work Marc Haber
2016-02-27 23:15 ` Martin Steigerwald
2016-02-28  0:08   ` Marc Haber
2016-02-28  0:22     ` Hugo Mills
2016-02-28  8:40       ` Marc Haber
2016-02-29  1:56 ` Qu Wenruo
2016-02-29 15:33   ` Marc Haber
2016-03-01  0:45     ` Qu Wenruo
     [not found]       ` <20160301065448.GJ2334@torres.zugschlus.de>
2016-03-01  7:24         ` Qu Wenruo
2016-03-01  8:13           ` Qu Wenruo
     [not found]             ` <20160301161659.GR2334@torres.zugschlus.de>
2016-03-03  2:02               ` Qu Wenruo
2016-03-01 20:51           ` Duncan
2016-03-05 14:28             ` Marc Haber
2016-03-03  0:28 ` Dāvis Mosāns
2016-03-03  3:42   ` Qu Wenruo
2016-03-03  4:57   ` Duncan
2016-03-03 15:39     ` Dāvis Mosāns
2016-03-04 12:31       ` Duncan
2016-03-04 12:35         ` Hugo Mills
2016-03-27 12:10         ` Martin Steigerwald
2016-03-27 23:12           ` Duncan
2016-03-05 14:39   ` Marc Haber
2016-03-05 19:34     ` Chris Murphy
2016-03-05 20:09       ` Marc Haber
2016-03-06  6:43         ` Duncan
2016-03-06 20:27           ` Chris Murphy
2016-03-06 20:37             ` Chris Murphy
2016-03-07  8:47               ` Marc Haber
2016-03-07  8:42             ` Marc Haber
2016-03-07 18:39               ` Chris Murphy
2016-03-07 18:56                 ` Austin S. Hemmelgarn
2016-03-07 19:07                   ` Chris Murphy
2016-03-07 19:33                   ` Marc Haber
2016-03-12 21:36                 ` Marc Haber
2016-03-07 19:44               ` Chris Murphy
2016-03-07 20:43                 ` Duncan
2016-03-07 22:44                   ` Chris Murphy
2016-03-12 21:30             ` Marc Haber
2016-03-07  8:30           ` Marc Haber
2016-03-07 20:07             ` Duncan
2016-03-07  8:56         ` Marc Haber
2016-03-12 19:57       ` Marc Haber
2016-03-13 19:43         ` Chris Murphy
2016-03-13 20:50           ` Marc Haber
2016-03-13 21:31             ` Chris Murphy
2016-03-12 21:14       ` Marc Haber
2016-03-13 11:58       ` New file system with same issue (was: Again, no space left on device while rebalancing and recipe doesnt work) Marc Haber
2016-03-13 13:17         ` Andrew Vaughan
2016-03-13 16:56           ` Marc Haber
2016-03-13 17:12         ` Duncan
2016-03-13 21:05           ` Marc Haber
2016-03-14  1:05             ` Duncan
2016-03-14 11:49               ` Marc Haber
2016-03-13 19:14         ` Henk Slager
2016-03-13 19:42           ` Henk Slager
2016-03-13 20:56           ` Marc Haber
2016-03-14  0:00             ` Henk Slager
2016-03-15  7:20               ` Marc Haber
2016-03-14 12:07         ` Marc Haber
2016-03-14 12:48           ` New file system with same issue Holger Hoffstätte
2016-03-14 20:13             ` Marc Haber
2016-03-15 10:52               ` Holger Hoffstätte
2016-03-15 13:46                 ` Marc Haber
2016-03-15 13:54                   ` Austin S. Hemmelgarn
2016-03-15 14:09                     ` Marc Haber
2016-03-17  1:17               ` A good "Boot Maintenance" scheme (WAS: New file system with same issue) Robert White
2016-03-14 13:46           ` New file system with same issue (was: Again, no space left on device while rebalancing and recipe doesnt work) Henk Slager
2016-03-14 20:05             ` Marc Haber
2016-03-14 20:39               ` Henk Slager
2016-03-14 21:59                 ` Chris Murphy
2016-03-14 23:22                   ` Henk Slager
2016-03-15  7:16                     ` Marc Haber
2016-03-15 12:15                       ` Henk Slager
2016-03-15 13:24                         ` Marc Haber
2016-03-15  7:07                 ` Marc Haber
2016-03-27 12:15                   ` Martin Steigerwald
2016-03-15 13:29               ` Marc Haber
2016-03-15 13:42                 ` Marc Haber [this message]
2016-03-15 16:54                   ` Henk Slager
2016-03-27  8:41 ` Current state of old filesystem " Marc Haber
2016-04-01 13:59 ` Again, no space left on device while rebalancing and recipe doesnt work Marc Haber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160315134209.GP2334@torres.zugschlus.de \
    --to=mh+linux-btrfs@zugschlus.de \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).