Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 4 product line. The current stable release is 4.9. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 479684

Summary: [NetApp 4.8 bug] online resize of filesystem does not work (user space)
Product: Red Hat Enterprise Linux 4 Reporter: Andrius Benokraitis <andriusb>
Component: device-mapper-multipathAssignee: Ben Marzinski <bmarzins>
Status: CLOSED DUPLICATE QA Contact: Cluster QE <mspqa-list>
Severity: high Docs Contact:
Priority: high    
Version: 4.8CC: agk, akarlsso, andriusb, bmarzins, bmr, bstevens, christophe.varoqui, coughlan, cward, ddomingo, dwysocha, edamato, egoggin, eriley, heinzm, jmoyer, junichi.nomura, kueda, lmb, mbroz, mchristi, nandkumar.mane, nstraz, pasik, prockai, tanvi, tao, tom, tranlan, xdl-redhat-bugzilla
Target Milestone: betaKeywords: OtherQA
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
There is a new multipathd command, "resize map <mapname>". This command is used to cause dm-multipath to adjust to a change in the size of the underlying block storage device. Use the the following procedure, after you resize the underlying block device: # multipathd -k multipathd> del path <path-name> ok multipathd> add path <path-name> ok <repeat for each path to the device> multipathd> resize map <map name> For example: # multipath -ll mpath-resize-test (36090a018c032e4801e8e341700008039) dm-5 EQLOGIC,100E-00 [size=2.0G][features=0][hwhandler=0][rw] \_ round-robin 0 [prio=1][active] \_ 2:0:0:0 sdd 8:48 [active][ready] \_ round-robin 0 [prio=1][enabled] \_ 3:0:0:0 sdc 8:32 [active][ready] # multipathd -k multipathd> del path sdc ok multipathd> add path sdc ok multipathd> del path sdd ok multipathd> add path sdd ok multipathd> resize map mpath-resize-test ok There is one restriction on the use of the device mapper multipath resize command. You can not resize a device-mapper device while there commands queued to that device. That is, do not use the resize command when no_path_retry is set to "queue", and there are no active paths to the device.
Story Points: ---
Clone Of: 455692 Environment:
Last Closed: 2009-01-23 00:41:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 454872    
Bug Blocks: 450897    

Comment 1 Andrius Benokraitis 2009-01-12 14:20:56 UTC
Cloned from 5.3 - similar to the kernel space, this is for the user space. Please edit the release notes if appropriate, they were copied over from 5.3 as well.

This bug depends on the kernel bug 454872.

Comment 2 Ben Marzinski 2009-01-23 00:41:42 UTC

*** This bug has been marked as a duplicate of bug 352421 ***

Comment 3 Andrius Benokraitis 2009-01-23 17:18:25 UTC
NETAPP: please add yourselves to the duped bug, bug 352421 please, thanks!

Comment 4 nandkumar mane 2009-03-09 13:30:48 UTC
Verified in RHEL4.8 successfully.