Bug 795396 - mkfs accepts duplicate "-t ext3" flags
Summary: mkfs accepts duplicate "-t ext3" flags
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 2.1
Classification: Red Hat
Component: util-linux
Version: 2.1
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Karel Zak
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-20 12:18 UTC by Sudhir Khamari
Modified: 2012-02-20 13:34 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-20 13:34:44 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.