Bug 243773
| Summary: | up converted cmirrors take 90+ seconds to mount | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Cluster Suite | Reporter: | Corey Marthaler <cmarthal> |
| Component: | cmirror | Assignee: | Jonathan Earl Brassow <jbrassow> |
| Status: | CLOSED DUPLICATE | QA Contact: | Cluster QE <mspqa-list> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 4 | CC: | agk, dwysocha, mbroz, prockai |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-08-22 17:28: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: | |||
| Bug Depends On: | 242074 | ||
| Bug Blocks: | |||
|
Description
Corey Marthaler
2007-06-11 20:11:43 UTC
This issue is not present on single node mirrors... [root@link-08 ~]# lvconvert -m 1 --corelog corey1/mirror1 Logical volume mirror1 converted. [root@link-08 ~]# time mount -t gfs /dev/corey1/mirror1 /mnt/mirror1 real 0m2.436s user 0m0.001s sys 0m0.020s [root@link-08 ~]# umount /mnt/mirror1 [root@link-08 ~]# lvconvert -m 0 corey1/mirror1 Logical volume mirror1 converted. [root@link-08 ~]# lvconvert -m 2 --corelog corey1/mirror1 Logical volume mirror1 converted. [root@link-08 ~]# time mount -t gfs /dev/corey1/mirror1 /mnt/mirror1 real 0m2.510s user 0m0.000s sys 0m0.018s This issue appears fixed in the lastest kernel mods that Jon gave me (2.6.9-55.8.ELsmp). sorry. Modified -> post... waiting for all patches to settle into the rhkernel. Should be ready in 4.6. post -> modified. |