diff options
| author | Mike Fulbright <msf@redhat.com> | 2003-02-18 18:01:29 +0000 |
|---|---|---|
| committer | Mike Fulbright <msf@redhat.com> | 2003-02-18 18:01:29 +0000 |
| commit | 517e093728d4d0135540e73fa3fe1ea89cf0cd95 (patch) | |
| tree | a65020f33eb3048d9d5fd719098d016c6af1c49f | |
| parent | 0c8eba97b35d7503336bc7b2ea154ce98aebaaf2 (diff) | |
fix for bug #82858
| -rw-r--r-- | iw/lvm_dialog_gui.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py index ac399c97e..877f56d0f 100644 --- a/iw/lvm_dialog_gui.py +++ b/iw/lvm_dialog_gui.py @@ -599,6 +599,11 @@ class VolumeGroupEditor: request.format = format request.migrate = migrate request.badblock = None + + # this is needed to clear out any cached info about the device + # only a workaround - need to change way this is handled in + # partRequest.py really. + request.dev = None # make list of original logvol requests so we can skip them # in tests below. We check for mount point name conflicts |
