On Mon, Jul 25, 2011 at 01:22:36PM -0400, Ben Lipton wrote:
> Otherwise, it's pretty hard to figure it out from the command line.
> ---
> lib/client/gnt_cluster.py | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/lib/client/gnt_cluster.py b/lib/client/gnt_cluster.py
> index 1755ef9..582a12e 100644
> --- a/lib/client/gnt_cluster.py
> +++ b/lib/client/gnt_cluster.py
> @@ -345,6 +345,7 @@ def ShowClusterConfig(opts, args):
> ToStdout(" - default instance allocator: %s",
> result["default_iallocator"])
> ToStdout(" - primary ip version: %d", result["primary_ip_version"])
> ToStdout(" - preallocation wipe disks: %s", result["prealloc_wipe_disks"])
> + ToStdout(" - OS search path: %s",
> utils.CommaJoin(constants.OS_SEARCH_PATH))
LGTM, will push.
thanks,
iustin