Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 631665 Details for
Bug 869003
Merging leg back into raid1 does not work: no data are actually merged
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Proposed change to test suite to reproduce the bug
0001-test-test-data-are-really-merged-by-raid1-merge.patch (text/plain), 1.01 KB, created by
Marian Csontos
on 2012-10-22 18:04:40 UTC
(
hide
)
Description:
Proposed change to test suite to reproduce the bug
Filename:
MIME Type:
Creator:
Marian Csontos
Created:
2012-10-22 18:04:40 UTC
Size:
1.01 KB
patch
obsolete
>From 380a3d4e71f2f2dbeb24b194d71b4dfabf930271 Mon Sep 17 00:00:00 2001 >From: Marian Csontos <mcsontos@redhat.com> >Date: Mon, 22 Oct 2012 19:51:56 +0200 >Subject: [PATCH] test: test data are really merged by raid1 merge > >--- > test/shell/lvconvert-raid.sh | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > >diff --git a/test/shell/lvconvert-raid.sh b/test/shell/lvconvert-raid.sh >index 59c8bdb..9cc95bd 100644 >--- a/test/shell/lvconvert-raid.sh >+++ b/test/shell/lvconvert-raid.sh >@@ -129,7 +129,13 @@ aux wait_for_sync $vg $lv1 > lvconvert --splitmirrors 1 --trackchanges $vg/$lv1 > check lv_exists $vg $lv1 > check linear $vg ${lv1}_rimage_2 >+dd if=/dev/urandom of=/dev/$vg/$lv1 bs=4k count=1 >+aux wait_for_sync $vg $lv1 >+diff /dev/mapper/$vg-${lv1}_rimage_{0,1} &> /dev/null > lvconvert --merge $vg/${lv1}_rimage_2 >+aux wait_for_sync $vg $lv1 >+diff /dev/mapper/$vg-${lv1}_rimage_{0,1} &> /dev/null >+diff /dev/mapper/$vg-${lv1}_rimage_{0,2} &> /dev/null > # FIXME: ensure no residual devices > lvremove -ff $vg > >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 869003
: 631665 |
631668