Bug ID | 997575 |
---|---|
Summary | [20160901] filesystem turns RO after calling "zypper in && rm" in a loop |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Kernel |
Assignee | kernel-maintainers@forge.provo.novell.com |
Reporter | okurz@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Created attachment 691135 [details] y2log after filesystem turned read-only ## observation Calling zypper install and remove of a package in a loop for many times fails at some time with an error message that the media point is bad or something. It turns out the btrfs filesystem was turned read-only. Testing on a physical notebook machine. ## steps to reproduce * On a Tumbleweed 20160901 installation with btrfs filesystem call * `for i in {1..1000000} ; do echo $i ; zypper -n in nfs-kernel-server ; zypper -n rm nfs-kernel-server ; done` * see it fail after some time ## problem Might be related to bug #990384 and I also intended to do a proper crosscheck after I had some similar symptoms yesterday with only qemu-x86_64 machines. I will try to reproduce again after a reboot (or reinstall). Logs attached, please take a look.