Bug 616114
Summary: | [RFE] Ability to add new LUNs to registration for a node w/o needing to restart cluster | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Perry Myers <pmyers> | |
Component: | fence-agents | Assignee: | Ryan O'Hara <rohara> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Cluster QE <mspqa-list> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | 6.0 | CC: | cluster-maint, snagar | |
Target Milestone: | rc | Keywords: | FutureFeature, TestOnly | |
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Enhancement | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 616138 (view as bug list) | Environment: | ||
Last Closed: | 2010-11-23 21:43:46 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: | ||||
Bug Blocks: | 616138 |
Description
Perry Myers
2010-07-19 17:28:42 UTC
Just run 'scsi_reserve start'. You can run this command at any time (assuming the cluster is up). It will get a new list of devices and issue a registration and reservation (if needed) command to all devices, including the new one. Ah, ok. And you just mentioned to me on irc that this can also be done w/ fence_node -U to do unfencing operation. I'm going to leave this bz open though both for doc impact and to make sure we get testing of this specific use case. (In reply to comment #2) > Ah, ok. And you just mentioned to me on irc that this can also be done w/ > fence_node -U to do unfencing operation. The fence_node -U is specific to RHEL6. In RHEL5, running 'scsi_reserve start' or 'scsi_reserve restart' will re-register all devices. The list of devices is determined at run-time, so any new devices should be detected. By "re-register" I mean that all devices that are found will be registered, even if they are already registered. This works by using the sg_persist register-ignore command, which will overwrite any existing registration key for that particular I_T nexus. Can we close this bug? Not sure what expected output is. This functionality already exists in RHEL 6. Closing this BZ. |