From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4 Firefox/1.0.6 Description of problem: When I create a logical volume and select ext2 or ext3 as the file system on it, the progress bar does not disappear after mkfs finished. Once I strace the system-config-lvm subprocess the gui continues. When I select "gfs (local)" the GUI doesn't hang. Version-Release number of selected component (if applicable): system-config-lvm-1.0.3-1.0 How reproducible: Always Steps to Reproduce: 1. Make a LV with system-config-lvm and select ext2 or ext3 as the file system type. Actual Results: The progress dialog stays up. Expected Results: The progress dialog should disappear and the system-config-lvm display refreshed. Additional info: The GUI probably should be using the -q flag to mkfs. --- Filesystem.py.orig 2005-09-06 13:59:34.000000000 -0500 +++ Filesystem.py 2005-09-06 14:00:01.000000000 -0500 @@ -148,6 +148,7 @@ args.append("/sbin/mkfs") args.append("-t") args.append('ext3') + args.append("-q") args.append(path) cmdstr = ' '.join(args) msg = CREATING_FS % (self.name) @@ -254,6 +255,7 @@ args.append("/sbin/mkfs") args.append("-t") args.append('ext2') + args.append("-q") args.append(path) cmdstr = ' '.join(args) msg = CREATING_FS % (self.name)
This is a more general bug that applies to progress bar (bz159482).
Fixed in 1.0.4
*** Bug 167847 has been marked as a duplicate of this bug. ***
Verified in 1.0.5-1.0.
QA_READY has been deprecated in favor of ON_QA. Please use ON_QA in the future. Moving to ON_QA.
this was released in rhel-4.2