Revision afc3c260

b/lib/client/gnt_cluster.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007, 2010 Google Inc.
4
# Copyright (C) 2006, 2007, 2010, 2011 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
321 321
  ToStdout("OS parameters:")
322 322
  _PrintGroupedParams(result["osparams"])
323 323

  
324
  ToStdout("Hidden OSes: %s", utils.CommaJoin(result["hidden_os"]))
325
  ToStdout("Blacklisted OSes: %s", utils.CommaJoin(result["blacklisted_os"]))
326

  
324 327
  ToStdout("Cluster parameters:")
325 328
  ToStdout("  - candidate pool size: %s",
326 329
            compat.TryToRoman(result["candidate_pool_size"],
b/lib/cmdlib.py
4604 4604
      "reserved_lvs": cluster.reserved_lvs,
4605 4605
      "primary_ip_version": primary_ip_version,
4606 4606
      "prealloc_wipe_disks": cluster.prealloc_wipe_disks,
4607
      "hidden_os": cluster.hidden_os,
4608
      "blacklisted_os": cluster.blacklisted_os,
4607 4609
      }
4608 4610

  
4609 4611
    return result

Also available in: Unified diff