RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1405141 - RFE:Request for RHEL 6/7 Anaconda option for RAID chunk size
Summary: RFE:Request for RHEL 6/7 Anaconda option for RAID chunk size
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: python-blivet
Version: 7.4
Hardware: x86_64
OS: Linux
high
high
Target Milestone: rc
: 7.3
Assignee: Vojtech Trefny
QA Contact: Release Test Team
Petr Bokoc
URL:
Whiteboard:
Depends On: 1332316
Blocks: 1298243
TreeView+ depends on / blocked
 
Reported: 2016-12-15 16:54 UTC by Samantha N. Bueno
Modified: 2021-09-03 14:11 UTC (History)
12 users (show)

Fixed In Version: python-blivet-0.61.15.60-1
Doc Type: No Doc Update
Doc Text:
BZ#1332316, the clone of this BZ, is included in the RHEL 7.4 Release Notes.
Clone Of: 1332316
Environment:
Last Closed: 2017-08-01 23:12:17 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2017:2207 0 normal SHIPPED_LIVE python-blivet bug fix and enhancement update 2017-08-01 19:42:30 UTC

Comment 3 Petr Janda 2017-05-02 13:13:20 UTC
verified with python-blivet-0.61.15.61-1 + anaconda 21.48.22.110-1 on RHEL-7.4-20170426.4

partitioning in kickstart:
bootloader --location=mbr
zerombr
clearpart --all --initlabel
part /boot --asprimary --size=500 --label=boot
part raid.01 --size=8192
part raid.02 --size=8192
part raid.03 --size=8192
part raid.04 --size=8192
raid pv.01 --device=0 --chunksize=2048 --level=RAID0 raid.01 raid.02
raid pv.02 --device=1 --chunksize=8192 --level=RAID0 raid.03 raid.04
volgroup SNAKEVG --pesize=32768 pv.01 pv.02
logvol swap --fstype=swap --size=2048 --name=swap --vgname=SNAKEVG
logvol / --grow --maxsize=10240 --size=2048 --name=root --vgname=SNAKEVG


--chunksize is not in generated kickstart - created bug 1392968

cat /proc/mdstat 
Personalities : [raid0] 
md1 : active raid0 sdb2[1] sdb1[0]
      16744448 blocks super 1.2 8192k chunks
      
md0 : active raid0 sda3[1] sda2[0]
      16760832 blocks super 1.2 2048k chunks
      
unused devices: <none>

Comment 4 errata-xmlrpc 2017-08-01 23:12:17 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2017:2207


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