Bug 1180221

Summary: Blivet doesn't support formatting options for xfs
Product: [Fedora] Fedora Reporter: Timothy Asir <tjeyasin>
Component: python-blivetAssignee: Chris Lumens <clumens>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: amulhern, anaconda-maint-list, bcl, dlehman, vpodzime
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-blivet-1.8-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-09 20:02:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Timothy Asir 2015-01-08 16:16:53 UTC
Description of problem:
Blivet doesn't support formatting options for xfs.
It's support formatting a device into xfs. However it doesn't 
support xfs formatting with options like inode size, su, sw and so on.

Additional info:
mkfs -t xfs -f -K -i size=512 -d sw su -n size device

Comment 1 Brian Lane 2015-01-08 17:16:16 UTC
Format options can be passed down to the mkfs call for all filesystems by adding options="fee fi fo fum" to the create() call.

Comment 2 David Lehman 2015-01-08 18:40:21 UTC
Unfortunately, if we're encouraging people to use the full action-oriented model we need to provide a way to specify those options such that they get used when the formatting is driven by an ActionCreateFormat. It's not at all difficult -- we just need to add something akin to mountopts to override the default mkfs args.

Comment 3 Timothy Asir 2015-03-12 09:28:59 UTC
Patch sent to upstream

Comment 4 Fedora End Of Life 2015-05-29 13:35:24 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 5 Jan Kurik 2015-07-15 14:35:23 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 6 Chris Lumens 2015-09-09 20:02:06 UTC
This is taken care of by 68019e972e9577157270446d94d3a2dd2184bd20 and related patches to python-blivet.