commit | 0abd6d1803b01c741430af270026d1d95a103d9c | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Tue Jan 29 16:59:56 2008 -0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Fri Apr 18 08:56:04 2008 -0700 |
tree | c1aca3d286990be6f9043e28ad0bacaf3443ef54 | |
parent | 6953b4c008628b945bfe0cee97f6e78a98773859 [diff] |
ocfs2: Fill node number during cluster stack init It doesn't make sense to query for a node number before connecting to the cluster stack. This should be safe to do because node_num is only just printed, and we're actually only moving the setting of node num a small amount further in the mount process. [ Disconnect when node query fails -- Joel ] Reviewed-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>