Bug 441845
| Summary: | gfs_grow can not grow if filesystem is specified by device rather than mount point | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Dean Jansa <djansa> |
| Component: | gfs-utils | Assignee: | Robert Peterson <rpeterso> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | GFS Bugs <gfs-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.1 | CC: | edamato, rkenna |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | RHEL5.2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-20 18:51:23 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: | |||
|
Description
Dean Jansa
2008-04-10 14:57:06 UTC
This is fixed in the latest and greatest gfs_grow, most likely by virtue of the code change I did for bug #337961. So the next question becomes: Is it important enough to back-port that fix to 5.1 or should I close this as WONTFIX? [root@roth-01 ../bob/cluster/gfs/gfs_grow]# /usr/sbin/lvresize -L +1G /dev/roth_vg/roth_lv Extending logical volume roth_lv to 102.00 GB Logical volume roth_lv successfully resized [root@roth-01 ../bob/cluster/gfs/gfs_grow]# gfs_grow /dev/roth_vg/roth_lv GFS Filesystem /dev/roth_vg/roth_lv not found [root@roth-01 ../bob/cluster/gfs/gfs_grow]# ./gfs_grow /dev/roth_vg/roth_lv FS: Mount Point: /mnt/gfs FS: Device: /dev/mapper/roth_vg-roth_lv FS: Options: rw,hostdata=jid=0:id=327681:first=1 FS: Size: 26476544 DEV: Size: 26738688 Preparing to write new FS information... Done. Adding Rob K to the cc list Closing as CURRENTRELEASE as per irc discussions with Dean and Rob. |