[Bug 864192] New: btrfs incremental update doesn't fails
https://bugzilla.novell.com/show_bug.cgi?id=864192 https://bugzilla.novell.com/show_bug.cgi?id=864192#c0 Summary: btrfs incremental update doesn't fails Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: martin.jakl@qbicon.cz QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36 btrfs receive always fails for data created with btrfs send with option -p. Error message: At subvol b2 At snapshot b2 ioctl(BTRFS_IOC_TREE_SEARCH, uuid, key 440d8a0cdb59e247, UUID_KEY, d1ceb8350738539e) ret=-1, error: No such file or directory ERROR: could not find parent subvolume it looks like version of kernel and btrfs-progs are mismatched Btrfs v3.12+20131125 Linux macsmsi 3.11.10-7-desktop #1 SMP PREEMPT Mon Feb 3 09:41:24 UTC 2014 (750023e) x86_64 x86_64 x86_64 GNU/Linux Reproducible: Always Steps to Reproduce: 1. btrfs sub create test 2. touch test/x 3. btrfs sub snap -r test/ b1 4. touch test/xx 5. btrfs sub snap -r test/ b2 6. mkdir backup 7. sync 8. btrfs send b1 | btrfs rec backup 9. btrfs send -p b1 b2 | btrfs rec backup Actual Results: ERROR: could not find parent subvolume Expected Results: no error -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=864192 https://bugzilla.novell.com/show_bug.cgi?id=864192#c Martin Jakl <martin.jakl@qbicon.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|btrfs incremental update |btrfs incremental update |doesn't fails |fails -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=864192 https://bugzilla.novell.com/show_bug.cgi?id=864192#c1 David Sterba <dsterba@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |UPSTREAM AssignedTo|kernel-maintainers@forge.pr |dsterba@suse.com |ovo.novell.com | --- Comment #1 from David Sterba <dsterba@suse.com> 2014-02-17 15:55:43 CET --- The 13.1 kernel is based on 3.11 and there were lots of fixes to send/receive in newer kernels. Send is not the supported feature yet and no bugfixes or backports are done. If you need to use the feature, feel free to use the stable kernels from http://download.opensuse.org/repositories/Kernel:/stable/standard/ . -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com