Revision 6bb43023 lib/cmdlib/common.py
b/lib/cmdlib/common.py | ||
---|---|---|
194 | 194 |
""" |
195 | 195 |
# Gather target nodes |
196 | 196 |
cluster = lu.cfg.GetClusterInfo() |
197 |
master_info = lu.cfg.GetNodeInfo(lu.cfg.GetMasterNode())
|
|
197 |
master_info = lu.cfg.GetMasterNodeInfo()
|
|
198 | 198 |
|
199 | 199 |
online_node_uuids = lu.cfg.GetOnlineNodeList() |
200 | 200 |
online_node_uuid_set = frozenset(online_node_uuids) |
Also available in: Unified diff