Bug 795396

Summary: mkfs accepts duplicate "-t ext3" flags
Product: Red Hat Enterprise Linux 2.1 Reporter: Sudhir Khamari <sudhir.khamari>
Component: util-linuxAssignee: Karel Zak <kzak>
Status: CLOSED WONTFIX QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.1   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-20 13:34:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Sudhir Khamari 2012-02-20 12:18:59 UTC
Description of problem:
mkfs accepts duplicate "-t ext3" flags. "mkfs -t ext3 -t ext3 /dev/sdb" should fail, but it is passing.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:
# mkfs -t ext3 -t ext3 /dev/sdb >>>> It passed

Expected results:
# mkfs -t ext3 -t ext3 /dev/sdb   >>> should fail saying duplicate option

Additional info:

Comment 1 Ondrej Vasik 2012-02-20 13:34:44 UTC
First of all ... RHEL-2.1 no longer accepts such kind of fixes.
Second, mkfs doesnt belongs to filesystem package - filesystem package takes care only about basic system directory hierarchy. So reassigning to util-linux and closing WONTFIX (as this is not going to change in RHEL-2.1). If you still experience this issue with RHEL-5+, feel free to reopen this bugzilla against that product.

And - please - next time - please contact product support instead of using bugzilla - bugzilla is not support tool for RHEL, just bug progress tracking tool - and priority is driven by the requests via support channels.