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-multipath | Assignee: | Ben Marzinski <bmarzins> |
| Status: | CLOSED DUPLICATE | QA Contact: | Cluster QE <mspqa-list> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.8 | CC: | 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: | beta | Keywords: | 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
*** This bug has been marked as a duplicate of bug 352421 *** NETAPP: please add yourselves to the duped bug, bug 352421 please, thanks! Verified in RHEL4.8 successfully. |