Statistics
| Branch: | Tag: | Revision:

root / lib / cli.py @ 690e509d

History | View | Annotate | Download (136.4 kB)

1
#
2
#
3

    
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Google Inc.
5
#
6
# This program is free software; you can redistribute it and/or modify
7
# it under the terms of the GNU General Public License as published by
8
# the Free Software Foundation; either version 2 of the License, or
9
# (at your option) any later version.
10
#
11
# This program is distributed in the hope that it will be useful, but
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
# General Public License for more details.
15
#
16
# You should have received a copy of the GNU General Public License
17
# along with this program; if not, write to the Free Software
18
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19
# 02110-1301, USA.
20

    
21

    
22
"""Module dealing with command line parsing"""
23

    
24

    
25
import sys
26
import textwrap
27
import os.path
28
import time
29
import logging
30
import errno
31
import itertools
32
import shlex
33
from cStringIO import StringIO
34

    
35
from ganeti import utils
36
from ganeti import errors
37
from ganeti import constants
38
from ganeti import opcodes
39
from ganeti import luxi
40
from ganeti import ssconf
41
from ganeti import rpc
42
from ganeti import ssh
43
from ganeti import compat
44
from ganeti import netutils
45
from ganeti import qlang
46
from ganeti import objects
47
from ganeti import pathutils
48

    
49
from optparse import (OptionParser, TitledHelpFormatter,
50
                      Option, OptionValueError)
51

    
52

    
53
__all__ = [
54
  # Command line options
55
  "ABSOLUTE_OPT",
56
  "ADD_UIDS_OPT",
57
  "ADD_RESERVED_IPS_OPT",
58
  "ALLOCATABLE_OPT",
59
  "ALLOC_POLICY_OPT",
60
  "ALL_OPT",
61
  "ALLOW_FAILOVER_OPT",
62
  "AUTO_PROMOTE_OPT",
63
  "AUTO_REPLACE_OPT",
64
  "BACKEND_OPT",
65
  "BLK_OS_OPT",
66
  "CAPAB_MASTER_OPT",
67
  "CAPAB_VM_OPT",
68
  "CLEANUP_OPT",
69
  "CLUSTER_DOMAIN_SECRET_OPT",
70
  "CONFIRM_OPT",
71
  "CP_SIZE_OPT",
72
  "DEBUG_OPT",
73
  "DEBUG_SIMERR_OPT",
74
  "DISKIDX_OPT",
75
  "DISK_OPT",
76
  "DISK_PARAMS_OPT",
77
  "DISK_TEMPLATE_OPT",
78
  "DRAINED_OPT",
79
  "DRY_RUN_OPT",
80
  "DRBD_HELPER_OPT",
81
  "DST_NODE_OPT",
82
  "EARLY_RELEASE_OPT",
83
  "ENABLED_HV_OPT",
84
  "ENABLED_DISK_TEMPLATES_OPT",
85
  "ERROR_CODES_OPT",
86
  "FAILURE_ONLY_OPT",
87
  "FIELDS_OPT",
88
  "FILESTORE_DIR_OPT",
89
  "FILESTORE_DRIVER_OPT",
90
  "FORCE_FILTER_OPT",
91
  "FORCE_OPT",
92
  "FORCE_VARIANT_OPT",
93
  "GATEWAY_OPT",
94
  "GATEWAY6_OPT",
95
  "GLOBAL_FILEDIR_OPT",
96
  "HID_OS_OPT",
97
  "GLOBAL_SHARED_FILEDIR_OPT",
98
  "HVLIST_OPT",
99
  "HVOPTS_OPT",
100
  "HYPERVISOR_OPT",
101
  "IALLOCATOR_OPT",
102
  "DEFAULT_IALLOCATOR_OPT",
103
  "IDENTIFY_DEFAULTS_OPT",
104
  "IGNORE_CONSIST_OPT",
105
  "IGNORE_ERRORS_OPT",
106
  "IGNORE_FAILURES_OPT",
107
  "IGNORE_OFFLINE_OPT",
108
  "IGNORE_REMOVE_FAILURES_OPT",
109
  "IGNORE_SECONDARIES_OPT",
110
  "IGNORE_SIZE_OPT",
111
  "INCLUDEDEFAULTS_OPT",
112
  "INTERVAL_OPT",
113
  "MAC_PREFIX_OPT",
114
  "MAINTAIN_NODE_HEALTH_OPT",
115
  "MASTER_NETDEV_OPT",
116
  "MASTER_NETMASK_OPT",
117
  "MC_OPT",
118
  "MIGRATION_MODE_OPT",
119
  "MODIFY_ETCHOSTS_OPT",
120
  "NET_OPT",
121
  "NETWORK_OPT",
122
  "NETWORK6_OPT",
123
  "NEW_CLUSTER_CERT_OPT",
124
  "NEW_CLUSTER_DOMAIN_SECRET_OPT",
125
  "NEW_CONFD_HMAC_KEY_OPT",
126
  "NEW_RAPI_CERT_OPT",
127
  "NEW_PRIMARY_OPT",
128
  "NEW_SECONDARY_OPT",
129
  "NEW_SPICE_CERT_OPT",
130
  "NIC_PARAMS_OPT",
131
  "NOCONFLICTSCHECK_OPT",
132
  "NODE_FORCE_JOIN_OPT",
133
  "NODE_LIST_OPT",
134
  "NODE_PLACEMENT_OPT",
135
  "NODEGROUP_OPT",
136
  "NODE_PARAMS_OPT",
137
  "NODE_POWERED_OPT",
138
  "NOHDR_OPT",
139
  "NOIPCHECK_OPT",
140
  "NO_INSTALL_OPT",
141
  "NONAMECHECK_OPT",
142
  "NOLVM_STORAGE_OPT",
143
  "NOMODIFY_ETCHOSTS_OPT",
144
  "NOMODIFY_SSH_SETUP_OPT",
145
  "NONICS_OPT",
146
  "NONLIVE_OPT",
147
  "NONPLUS1_OPT",
148
  "NORUNTIME_CHGS_OPT",
149
  "NOSHUTDOWN_OPT",
150
  "NOSTART_OPT",
151
  "NOSSH_KEYCHECK_OPT",
152
  "NOVOTING_OPT",
153
  "NO_REMEMBER_OPT",
154
  "NWSYNC_OPT",
155
  "OFFLINE_INST_OPT",
156
  "ONLINE_INST_OPT",
157
  "ON_PRIMARY_OPT",
158
  "ON_SECONDARY_OPT",
159
  "OFFLINE_OPT",
160
  "OSPARAMS_OPT",
161
  "OS_OPT",
162
  "OS_SIZE_OPT",
163
  "OOB_TIMEOUT_OPT",
164
  "POWER_DELAY_OPT",
165
  "PREALLOC_WIPE_DISKS_OPT",
166
  "PRIMARY_IP_VERSION_OPT",
167
  "PRIMARY_ONLY_OPT",
168
  "PRINT_JOBID_OPT",
169
  "PRIORITY_OPT",
170
  "RAPI_CERT_OPT",
171
  "READD_OPT",
172
  "REASON_OPT",
173
  "REBOOT_TYPE_OPT",
174
  "REMOVE_INSTANCE_OPT",
175
  "REMOVE_RESERVED_IPS_OPT",
176
  "REMOVE_UIDS_OPT",
177
  "RESERVED_LVS_OPT",
178
  "RUNTIME_MEM_OPT",
179
  "ROMAN_OPT",
180
  "SECONDARY_IP_OPT",
181
  "SECONDARY_ONLY_OPT",
182
  "SELECT_OS_OPT",
183
  "SEP_OPT",
184
  "SHOWCMD_OPT",
185
  "SHOW_MACHINE_OPT",
186
  "SHUTDOWN_TIMEOUT_OPT",
187
  "SINGLE_NODE_OPT",
188
  "SPECS_CPU_COUNT_OPT",
189
  "SPECS_DISK_COUNT_OPT",
190
  "SPECS_DISK_SIZE_OPT",
191
  "SPECS_MEM_SIZE_OPT",
192
  "SPECS_NIC_COUNT_OPT",
193
  "SPLIT_ISPECS_OPTS",
194
  "IPOLICY_STD_SPECS_OPT",
195
  "IPOLICY_DISK_TEMPLATES",
196
  "IPOLICY_VCPU_RATIO",
197
  "SPICE_CACERT_OPT",
198
  "SPICE_CERT_OPT",
199
  "SRC_DIR_OPT",
200
  "SRC_NODE_OPT",
201
  "SUBMIT_OPT",
202
  "SUBMIT_OPTS",
203
  "STARTUP_PAUSED_OPT",
204
  "STATIC_OPT",
205
  "SYNC_OPT",
206
  "TAG_ADD_OPT",
207
  "TAG_SRC_OPT",
208
  "TIMEOUT_OPT",
209
  "TO_GROUP_OPT",
210
  "UIDPOOL_OPT",
211
  "USEUNITS_OPT",
212
  "USE_EXTERNAL_MIP_SCRIPT",
213
  "USE_REPL_NET_OPT",
214
  "VERBOSE_OPT",
215
  "VG_NAME_OPT",
216
  "WFSYNC_OPT",
217
  "YES_DOIT_OPT",
218
  "DISK_STATE_OPT",
219
  "HV_STATE_OPT",
220
  "IGNORE_IPOLICY_OPT",
221
  "INSTANCE_POLICY_OPTS",
222
  # Generic functions for CLI programs
223
  "ConfirmOperation",
224
  "CreateIPolicyFromOpts",
225
  "GenericMain",
226
  "GenericInstanceCreate",
227
  "GenericList",
228
  "GenericListFields",
229
  "GetClient",
230
  "GetOnlineNodes",
231
  "JobExecutor",
232
  "JobSubmittedException",
233
  "ParseTimespec",
234
  "RunWhileClusterStopped",
235
  "SubmitOpCode",
236
  "SubmitOrSend",
237
  "UsesRPC",
238
  # Formatting functions
239
  "ToStderr", "ToStdout",
240
  "FormatError",
241
  "FormatQueryResult",
242
  "FormatParamsDictInfo",
243
  "FormatPolicyInfo",
244
  "PrintIPolicyCommand",
245
  "PrintGenericInfo",
246
  "GenerateTable",
247
  "AskUser",
248
  "FormatTimestamp",
249
  "FormatLogMessage",
250
  # Tags functions
251
  "ListTags",
252
  "AddTags",
253
  "RemoveTags",
254
  # command line options support infrastructure
255
  "ARGS_MANY_INSTANCES",
256
  "ARGS_MANY_NODES",
257
  "ARGS_MANY_GROUPS",
258
  "ARGS_MANY_NETWORKS",
259
  "ARGS_NONE",
260
  "ARGS_ONE_INSTANCE",
261
  "ARGS_ONE_NODE",
262
  "ARGS_ONE_GROUP",
263
  "ARGS_ONE_OS",
264
  "ARGS_ONE_NETWORK",
265
  "ArgChoice",
266
  "ArgCommand",
267
  "ArgFile",
268
  "ArgGroup",
269
  "ArgHost",
270
  "ArgInstance",
271
  "ArgJobId",
272
  "ArgNetwork",
273
  "ArgNode",
274
  "ArgOs",
275
  "ArgExtStorage",
276
  "ArgSuggest",
277
  "ArgUnknown",
278
  "OPT_COMPL_INST_ADD_NODES",
279
  "OPT_COMPL_MANY_NODES",
280
  "OPT_COMPL_ONE_IALLOCATOR",
281
  "OPT_COMPL_ONE_INSTANCE",
282
  "OPT_COMPL_ONE_NODE",
283
  "OPT_COMPL_ONE_NODEGROUP",
284
  "OPT_COMPL_ONE_NETWORK",
285
  "OPT_COMPL_ONE_OS",
286
  "OPT_COMPL_ONE_EXTSTORAGE",
287
  "cli_option",
288
  "SplitNodeOption",
289
  "CalculateOSNames",
290
  "ParseFields",
291
  "COMMON_CREATE_OPTS",
292
  ]
293

    
294
NO_PREFIX = "no_"
295
UN_PREFIX = "-"
296

    
297
#: Priorities (sorted)
298
_PRIORITY_NAMES = [
299
  ("low", constants.OP_PRIO_LOW),
300
  ("normal", constants.OP_PRIO_NORMAL),
301
  ("high", constants.OP_PRIO_HIGH),
302
  ]
303

    
304
#: Priority dictionary for easier lookup
305
# TODO: Replace this and _PRIORITY_NAMES with a single sorted dictionary once
306
# we migrate to Python 2.6
307
_PRIONAME_TO_VALUE = dict(_PRIORITY_NAMES)
308

    
309
# Query result status for clients
310
(QR_NORMAL,
311
 QR_UNKNOWN,
312
 QR_INCOMPLETE) = range(3)
313

    
314
#: Maximum batch size for ChooseJob
315
_CHOOSE_BATCH = 25
316

    
317

    
318
# constants used to create InstancePolicy dictionary
319
TISPECS_GROUP_TYPES = {
320
  constants.ISPECS_MIN: constants.VTYPE_INT,
321
  constants.ISPECS_MAX: constants.VTYPE_INT,
322
  }
323

    
324
TISPECS_CLUSTER_TYPES = {
325
  constants.ISPECS_MIN: constants.VTYPE_INT,
326
  constants.ISPECS_MAX: constants.VTYPE_INT,
327
  constants.ISPECS_STD: constants.VTYPE_INT,
328
  }
329

    
330
#: User-friendly names for query2 field types
331
_QFT_NAMES = {
332
  constants.QFT_UNKNOWN: "Unknown",
333
  constants.QFT_TEXT: "Text",
334
  constants.QFT_BOOL: "Boolean",
335
  constants.QFT_NUMBER: "Number",
336
  constants.QFT_UNIT: "Storage size",
337
  constants.QFT_TIMESTAMP: "Timestamp",
338
  constants.QFT_OTHER: "Custom",
339
  }
340

    
341

    
342
class _Argument:
343
  def __init__(self, min=0, max=None): # pylint: disable=W0622
344
    self.min = min
345
    self.max = max
346

    
347
  def __repr__(self):
348
    return ("<%s min=%s max=%s>" %
349
            (self.__class__.__name__, self.min, self.max))
350

    
351

    
352
class ArgSuggest(_Argument):
353
  """Suggesting argument.
354

355
  Value can be any of the ones passed to the constructor.
356

357
  """
358
  # pylint: disable=W0622
359
  def __init__(self, min=0, max=None, choices=None):
360
    _Argument.__init__(self, min=min, max=max)
361
    self.choices = choices
362

    
363
  def __repr__(self):
364
    return ("<%s min=%s max=%s choices=%r>" %
365
            (self.__class__.__name__, self.min, self.max, self.choices))
366

    
367

    
368
class ArgChoice(ArgSuggest):
369
  """Choice argument.
370

371
  Value can be any of the ones passed to the constructor. Like L{ArgSuggest},
372
  but value must be one of the choices.
373

374
  """
375

    
376

    
377
class ArgUnknown(_Argument):
378
  """Unknown argument to program (e.g. determined at runtime).
379

380
  """
381

    
382

    
383
class ArgInstance(_Argument):
384
  """Instances argument.
385

386
  """
387

    
388

    
389
class ArgNode(_Argument):
390
  """Node argument.
391

392
  """
393

    
394

    
395
class ArgNetwork(_Argument):
396
  """Network argument.
397

398
  """
399

    
400

    
401
class ArgGroup(_Argument):
402
  """Node group argument.
403

404
  """
405

    
406

    
407
class ArgJobId(_Argument):
408
  """Job ID argument.
409

410
  """
411

    
412

    
413
class ArgFile(_Argument):
414
  """File path argument.
415

416
  """
417

    
418

    
419
class ArgCommand(_Argument):
420
  """Command argument.
421

422
  """
423

    
424

    
425
class ArgHost(_Argument):
426
  """Host argument.
427

428
  """
429

    
430

    
431
class ArgOs(_Argument):
432
  """OS argument.
433

434
  """
435

    
436

    
437
class ArgExtStorage(_Argument):
438
  """ExtStorage argument.
439

440
  """
441

    
442

    
443
ARGS_NONE = []
444
ARGS_MANY_INSTANCES = [ArgInstance()]
445
ARGS_MANY_NETWORKS = [ArgNetwork()]
446
ARGS_MANY_NODES = [ArgNode()]
447
ARGS_MANY_GROUPS = [ArgGroup()]
448
ARGS_ONE_INSTANCE = [ArgInstance(min=1, max=1)]
449
ARGS_ONE_NETWORK = [ArgNetwork(min=1, max=1)]
450
ARGS_ONE_NODE = [ArgNode(min=1, max=1)]
451
# TODO
452
ARGS_ONE_GROUP = [ArgGroup(min=1, max=1)]
453
ARGS_ONE_OS = [ArgOs(min=1, max=1)]
454

    
455

    
456
def _ExtractTagsObject(opts, args):
457
  """Extract the tag type object.
458

459
  Note that this function will modify its args parameter.
460

461
  """
462
  if not hasattr(opts, "tag_type"):
463
    raise errors.ProgrammerError("tag_type not passed to _ExtractTagsObject")
464
  kind = opts.tag_type
465
  if kind == constants.TAG_CLUSTER:
466
    retval = kind, ""
467
  elif kind in (constants.TAG_NODEGROUP,
468
                constants.TAG_NODE,
469
                constants.TAG_NETWORK,
470
                constants.TAG_INSTANCE):
471
    if not args:
472
      raise errors.OpPrereqError("no arguments passed to the command",
473
                                 errors.ECODE_INVAL)
474
    name = args.pop(0)
475
    retval = kind, name
476
  else:
477
    raise errors.ProgrammerError("Unhandled tag type '%s'" % kind)
478
  return retval
479

    
480

    
481
def _ExtendTags(opts, args):
482
  """Extend the args if a source file has been given.
483

484
  This function will extend the tags with the contents of the file
485
  passed in the 'tags_source' attribute of the opts parameter. A file
486
  named '-' will be replaced by stdin.
487

488
  """
489
  fname = opts.tags_source
490
  if fname is None:
491
    return
492
  if fname == "-":
493
    new_fh = sys.stdin
494
  else:
495
    new_fh = open(fname, "r")
496
  new_data = []
497
  try:
498
    # we don't use the nice 'new_data = [line.strip() for line in fh]'
499
    # because of python bug 1633941
500
    while True:
501
      line = new_fh.readline()
502
      if not line:
503
        break
504
      new_data.append(line.strip())
505
  finally:
506
    new_fh.close()
507
  args.extend(new_data)
508

    
509

    
510
def ListTags(opts, args):
511
  """List the tags on a given object.
512

513
  This is a generic implementation that knows how to deal with all
514
  three cases of tag objects (cluster, node, instance). The opts
515
  argument is expected to contain a tag_type field denoting what
516
  object type we work on.
517

518
  """
519
  kind, name = _ExtractTagsObject(opts, args)
520
  cl = GetClient(query=True)
521
  result = cl.QueryTags(kind, name)
522
  result = list(result)
523
  result.sort()
524
  for tag in result:
525
    ToStdout(tag)
526

    
527

    
528
def AddTags(opts, args):
529
  """Add tags on a given object.
530

531
  This is a generic implementation that knows how to deal with all
532
  three cases of tag objects (cluster, node, instance). The opts
533
  argument is expected to contain a tag_type field denoting what
534
  object type we work on.
535

536
  """
537
  kind, name = _ExtractTagsObject(opts, args)
538
  _ExtendTags(opts, args)
539
  if not args:
540
    raise errors.OpPrereqError("No tags to be added", errors.ECODE_INVAL)
541
  op = opcodes.OpTagsSet(kind=kind, name=name, tags=args)
542
  SubmitOrSend(op, opts)
543

    
544

    
545
def RemoveTags(opts, args):
546
  """Remove tags from a given object.
547

548
  This is a generic implementation that knows how to deal with all
549
  three cases of tag objects (cluster, node, instance). The opts
550
  argument is expected to contain a tag_type field denoting what
551
  object type we work on.
552

553
  """
554
  kind, name = _ExtractTagsObject(opts, args)
555
  _ExtendTags(opts, args)
556
  if not args:
557
    raise errors.OpPrereqError("No tags to be removed", errors.ECODE_INVAL)
558
  op = opcodes.OpTagsDel(kind=kind, name=name, tags=args)
559
  SubmitOrSend(op, opts)
560

    
561

    
562
def check_unit(option, opt, value): # pylint: disable=W0613
563
  """OptParsers custom converter for units.
564

565
  """
566
  try:
567
    return utils.ParseUnit(value)
568
  except errors.UnitParseError, err:
569
    raise OptionValueError("option %s: %s" % (opt, err))
570

    
571

    
572
def _SplitKeyVal(opt, data, parse_prefixes):
573
  """Convert a KeyVal string into a dict.
574

575
  This function will convert a key=val[,...] string into a dict. Empty
576
  values will be converted specially: keys which have the prefix 'no_'
577
  will have the value=False and the prefix stripped, keys with the prefix
578
  "-" will have value=None and the prefix stripped, and the others will
579
  have value=True.
580

581
  @type opt: string
582
  @param opt: a string holding the option name for which we process the
583
      data, used in building error messages
584
  @type data: string
585
  @param data: a string of the format key=val,key=val,...
586
  @type parse_prefixes: bool
587
  @param parse_prefixes: whether to handle prefixes specially
588
  @rtype: dict
589
  @return: {key=val, key=val}
590
  @raises errors.ParameterError: if there are duplicate keys
591

592
  """
593
  kv_dict = {}
594
  if data:
595
    for elem in utils.UnescapeAndSplit(data, sep=","):
596
      if "=" in elem:
597
        key, val = elem.split("=", 1)
598
      elif parse_prefixes:
599
        if elem.startswith(NO_PREFIX):
600
          key, val = elem[len(NO_PREFIX):], False
601
        elif elem.startswith(UN_PREFIX):
602
          key, val = elem[len(UN_PREFIX):], None
603
        else:
604
          key, val = elem, True
605
      else:
606
        raise errors.ParameterError("Missing value for key '%s' in option %s" %
607
                                    (elem, opt))
608
      if key in kv_dict:
609
        raise errors.ParameterError("Duplicate key '%s' in option %s" %
610
                                    (key, opt))
611
      kv_dict[key] = val
612
  return kv_dict
613

    
614

    
615
def _SplitIdentKeyVal(opt, value, parse_prefixes):
616
  """Helper function to parse "ident:key=val,key=val" options.
617

618
  @type opt: string
619
  @param opt: option name, used in error messages
620
  @type value: string
621
  @param value: expected to be in the format "ident:key=val,key=val,..."
622
  @type parse_prefixes: bool
623
  @param parse_prefixes: whether to handle prefixes specially (see
624
      L{_SplitKeyVal})
625
  @rtype: tuple
626
  @return: (ident, {key=val, key=val})
627
  @raises errors.ParameterError: in case of duplicates or other parsing errors
628

629
  """
630
  if ":" not in value:
631
    ident, rest = value, ""
632
  else:
633
    ident, rest = value.split(":", 1)
634

    
635
  if parse_prefixes and ident.startswith(NO_PREFIX):
636
    if rest:
637
      msg = "Cannot pass options when removing parameter groups: %s" % value
638
      raise errors.ParameterError(msg)
639
    retval = (ident[len(NO_PREFIX):], False)
640
  elif (parse_prefixes and ident.startswith(UN_PREFIX) and
641
        (len(ident) <= len(UN_PREFIX) or not ident[len(UN_PREFIX)].isdigit())):
642
    if rest:
643
      msg = "Cannot pass options when removing parameter groups: %s" % value
644
      raise errors.ParameterError(msg)
645
    retval = (ident[len(UN_PREFIX):], None)
646
  else:
647
    kv_dict = _SplitKeyVal(opt, rest, parse_prefixes)
648
    retval = (ident, kv_dict)
649
  return retval
650

    
651

    
652
def check_ident_key_val(option, opt, value):  # pylint: disable=W0613
653
  """Custom parser for ident:key=val,key=val options.
654

655
  This will store the parsed values as a tuple (ident, {key: val}). As such,
656
  multiple uses of this option via action=append is possible.
657

658
  """
659
  return _SplitIdentKeyVal(opt, value, True)
660

    
661

    
662
def check_key_val(option, opt, value):  # pylint: disable=W0613
663
  """Custom parser class for key=val,key=val options.
664

665
  This will store the parsed values as a dict {key: val}.
666

667
  """
668
  return _SplitKeyVal(opt, value, True)
669

    
670

    
671
def _SplitListKeyVal(opt, value):
672
  retval = {}
673
  for elem in value.split("/"):
674
    if not elem:
675
      raise errors.ParameterError("Empty section in option '%s'" % opt)
676
    (ident, valdict) = _SplitIdentKeyVal(opt, elem, False)
677
    if ident in retval:
678
      msg = ("Duplicated parameter '%s' in parsing %s: %s" %
679
             (ident, opt, elem))
680
      raise errors.ParameterError(msg)
681
    retval[ident] = valdict
682
  return retval
683

    
684

    
685
def check_multilist_ident_key_val(_, opt, value):
686
  """Custom parser for "ident:key=val,key=val/ident:key=val//ident:.." options.
687

688
  @rtype: list of dictionary
689
  @return: [{ident: {key: val, key: val}, ident: {key: val}}, {ident:..}]
690

691
  """
692
  retval = []
693
  for line in value.split("//"):
694
    retval.append(_SplitListKeyVal(opt, line))
695
  return retval
696

    
697

    
698
def check_bool(option, opt, value): # pylint: disable=W0613
699
  """Custom parser for yes/no options.
700

701
  This will store the parsed value as either True or False.
702

703
  """
704
  value = value.lower()
705
  if value == constants.VALUE_FALSE or value == "no":
706
    return False
707
  elif value == constants.VALUE_TRUE or value == "yes":
708
    return True
709
  else:
710
    raise errors.ParameterError("Invalid boolean value '%s'" % value)
711

    
712

    
713
def check_list(option, opt, value): # pylint: disable=W0613
714
  """Custom parser for comma-separated lists.
715

716
  """
717
  # we have to make this explicit check since "".split(",") is [""],
718
  # not an empty list :(
719
  if not value:
720
    return []
721
  else:
722
    return utils.UnescapeAndSplit(value)
723

    
724

    
725
def check_maybefloat(option, opt, value): # pylint: disable=W0613
726
  """Custom parser for float numbers which might be also defaults.
727

728
  """
729
  value = value.lower()
730

    
731
  if value == constants.VALUE_DEFAULT:
732
    return value
733
  else:
734
    return float(value)
735

    
736

    
737
# completion_suggestion is normally a list. Using numeric values not evaluating
738
# to False for dynamic completion.
739
(OPT_COMPL_MANY_NODES,
740
 OPT_COMPL_ONE_NODE,
741
 OPT_COMPL_ONE_INSTANCE,
742
 OPT_COMPL_ONE_OS,
743
 OPT_COMPL_ONE_EXTSTORAGE,
744
 OPT_COMPL_ONE_IALLOCATOR,
745
 OPT_COMPL_ONE_NETWORK,
746
 OPT_COMPL_INST_ADD_NODES,
747
 OPT_COMPL_ONE_NODEGROUP) = range(100, 109)
748

    
749
OPT_COMPL_ALL = compat.UniqueFrozenset([
750
  OPT_COMPL_MANY_NODES,
751
  OPT_COMPL_ONE_NODE,
752
  OPT_COMPL_ONE_INSTANCE,
753
  OPT_COMPL_ONE_OS,
754
  OPT_COMPL_ONE_EXTSTORAGE,
755
  OPT_COMPL_ONE_IALLOCATOR,
756
  OPT_COMPL_ONE_NETWORK,
757
  OPT_COMPL_INST_ADD_NODES,
758
  OPT_COMPL_ONE_NODEGROUP,
759
  ])
760

    
761

    
762
class CliOption(Option):
763
  """Custom option class for optparse.
764

765
  """
766
  ATTRS = Option.ATTRS + [
767
    "completion_suggest",
768
    ]
769
  TYPES = Option.TYPES + (
770
    "multilistidentkeyval",
771
    "identkeyval",
772
    "keyval",
773
    "unit",
774
    "bool",
775
    "list",
776
    "maybefloat",
777
    )
778
  TYPE_CHECKER = Option.TYPE_CHECKER.copy()
779
  TYPE_CHECKER["multilistidentkeyval"] = check_multilist_ident_key_val
780
  TYPE_CHECKER["identkeyval"] = check_ident_key_val
781
  TYPE_CHECKER["keyval"] = check_key_val
782
  TYPE_CHECKER["unit"] = check_unit
783
  TYPE_CHECKER["bool"] = check_bool
784
  TYPE_CHECKER["list"] = check_list
785
  TYPE_CHECKER["maybefloat"] = check_maybefloat
786

    
787

    
788
# optparse.py sets make_option, so we do it for our own option class, too
789
cli_option = CliOption
790

    
791

    
792
_YORNO = "yes|no"
793

    
794
DEBUG_OPT = cli_option("-d", "--debug", default=0, action="count",
795
                       help="Increase debugging level")
796

    
797
NOHDR_OPT = cli_option("--no-headers", default=False,
798
                       action="store_true", dest="no_headers",
799
                       help="Don't display column headers")
800

    
801
SEP_OPT = cli_option("--separator", default=None,
802
                     action="store", dest="separator",
803
                     help=("Separator between output fields"
804
                           " (defaults to one space)"))
805

    
806
USEUNITS_OPT = cli_option("--units", default=None,
807
                          dest="units", choices=("h", "m", "g", "t"),
808
                          help="Specify units for output (one of h/m/g/t)")
809

    
810
FIELDS_OPT = cli_option("-o", "--output", dest="output", action="store",
811
                        type="string", metavar="FIELDS",
812
                        help="Comma separated list of output fields")
813

    
814
FORCE_OPT = cli_option("-f", "--force", dest="force", action="store_true",
815
                       default=False, help="Force the operation")
816

    
817
CONFIRM_OPT = cli_option("--yes", dest="confirm", action="store_true",
818
                         default=False, help="Do not require confirmation")
819

    
820
IGNORE_OFFLINE_OPT = cli_option("--ignore-offline", dest="ignore_offline",
821
                                  action="store_true", default=False,
822
                                  help=("Ignore offline nodes and do as much"
823
                                        " as possible"))
824

    
825
TAG_ADD_OPT = cli_option("--tags", dest="tags",
826
                         default=None, help="Comma-separated list of instance"
827
                                            " tags")
828

    
829
TAG_SRC_OPT = cli_option("--from", dest="tags_source",
830
                         default=None, help="File with tag names")
831

    
832
SUBMIT_OPT = cli_option("--submit", dest="submit_only",
833
                        default=False, action="store_true",
834
                        help=("Submit the job and return the job ID, but"
835
                              " don't wait for the job to finish"))
836

    
837
PRINT_JOBID_OPT = cli_option("--print-jobid", dest="print_jobid",
838
                             default=False, action="store_true",
839
                             help=("Additionally print the job as first line"
840
                                   " on stdout (for scripting)."))
841

    
842
SYNC_OPT = cli_option("--sync", dest="do_locking",
843
                      default=False, action="store_true",
844
                      help=("Grab locks while doing the queries"
845
                            " in order to ensure more consistent results"))
846

    
847
DRY_RUN_OPT = cli_option("--dry-run", default=False,
848
                         action="store_true",
849
                         help=("Do not execute the operation, just run the"
850
                               " check steps and verify if it could be"
851
                               " executed"))
852

    
853
VERBOSE_OPT = cli_option("-v", "--verbose", default=False,
854
                         action="store_true",
855
                         help="Increase the verbosity of the operation")
856

    
857
DEBUG_SIMERR_OPT = cli_option("--debug-simulate-errors", default=False,
858
                              action="store_true", dest="simulate_errors",
859
                              help="Debugging option that makes the operation"
860
                              " treat most runtime checks as failed")
861

    
862
NWSYNC_OPT = cli_option("--no-wait-for-sync", dest="wait_for_sync",
863
                        default=True, action="store_false",
864
                        help="Don't wait for sync (DANGEROUS!)")
865

    
866
WFSYNC_OPT = cli_option("--wait-for-sync", dest="wait_for_sync",
867
                        default=False, action="store_true",
868
                        help="Wait for disks to sync")
869

    
870
ONLINE_INST_OPT = cli_option("--online", dest="online_inst",
871
                             action="store_true", default=False,
872
                             help="Enable offline instance")
873

    
874
OFFLINE_INST_OPT = cli_option("--offline", dest="offline_inst",
875
                              action="store_true", default=False,
876
                              help="Disable down instance")
877

    
878
DISK_TEMPLATE_OPT = cli_option("-t", "--disk-template", dest="disk_template",
879
                               help=("Custom disk setup (%s)" %
880
                                     utils.CommaJoin(constants.DISK_TEMPLATES)),
881
                               default=None, metavar="TEMPL",
882
                               choices=list(constants.DISK_TEMPLATES))
883

    
884
NONICS_OPT = cli_option("--no-nics", default=False, action="store_true",
885
                        help="Do not create any network cards for"
886
                        " the instance")
887

    
888
FILESTORE_DIR_OPT = cli_option("--file-storage-dir", dest="file_storage_dir",
889
                               help="Relative path under default cluster-wide"
890
                               " file storage dir to store file-based disks",
891
                               default=None, metavar="<DIR>")
892

    
893
FILESTORE_DRIVER_OPT = cli_option("--file-driver", dest="file_driver",
894
                                  help="Driver to use for image files",
895
                                  default=None, metavar="<DRIVER>",
896
                                  choices=list(constants.FILE_DRIVER))
897

    
898
IALLOCATOR_OPT = cli_option("-I", "--iallocator", metavar="<NAME>",
899
                            help="Select nodes for the instance automatically"
900
                            " using the <NAME> iallocator plugin",
901
                            default=None, type="string",
902
                            completion_suggest=OPT_COMPL_ONE_IALLOCATOR)
903

    
904
DEFAULT_IALLOCATOR_OPT = cli_option("-I", "--default-iallocator",
905
                                    metavar="<NAME>",
906
                                    help="Set the default instance"
907
                                    " allocator plugin",
908
                                    default=None, type="string",
909
                                    completion_suggest=OPT_COMPL_ONE_IALLOCATOR)
910

    
911
OS_OPT = cli_option("-o", "--os-type", dest="os", help="What OS to run",
912
                    metavar="<os>",
913
                    completion_suggest=OPT_COMPL_ONE_OS)
914

    
915
OSPARAMS_OPT = cli_option("-O", "--os-parameters", dest="osparams",
916
                          type="keyval", default={},
917
                          help="OS parameters")
918

    
919
FORCE_VARIANT_OPT = cli_option("--force-variant", dest="force_variant",
920
                               action="store_true", default=False,
921
                               help="Force an unknown variant")
922

    
923
NO_INSTALL_OPT = cli_option("--no-install", dest="no_install",
924
                            action="store_true", default=False,
925
                            help="Do not install the OS (will"
926
                            " enable no-start)")
927

    
928
NORUNTIME_CHGS_OPT = cli_option("--no-runtime-changes",
929
                                dest="allow_runtime_chgs",
930
                                default=True, action="store_false",
931
                                help="Don't allow runtime changes")
932

    
933
BACKEND_OPT = cli_option("-B", "--backend-parameters", dest="beparams",
934
                         type="keyval", default={},
935
                         help="Backend parameters")
936

    
937
HVOPTS_OPT = cli_option("-H", "--hypervisor-parameters", type="keyval",
938
                        default={}, dest="hvparams",
939
                        help="Hypervisor parameters")
940

    
941
DISK_PARAMS_OPT = cli_option("-D", "--disk-parameters", dest="diskparams",
942
                             help="Disk template parameters, in the format"
943
                             " template:option=value,option=value,...",
944
                             type="identkeyval", action="append", default=[])
945

    
946
SPECS_MEM_SIZE_OPT = cli_option("--specs-mem-size", dest="ispecs_mem_size",
947
                                 type="keyval", default={},
948
                                 help="Memory size specs: list of key=value,"
949
                                " where key is one of min, max, std"
950
                                 " (in MB or using a unit)")
951

    
952
SPECS_CPU_COUNT_OPT = cli_option("--specs-cpu-count", dest="ispecs_cpu_count",
953
                                 type="keyval", default={},
954
                                 help="CPU count specs: list of key=value,"
955
                                 " where key is one of min, max, std")
956

    
957
SPECS_DISK_COUNT_OPT = cli_option("--specs-disk-count",
958
                                  dest="ispecs_disk_count",
959
                                  type="keyval", default={},
960
                                  help="Disk count specs: list of key=value,"
961
                                  " where key is one of min, max, std")
962

    
963
SPECS_DISK_SIZE_OPT = cli_option("--specs-disk-size", dest="ispecs_disk_size",
964
                                 type="keyval", default={},
965
                                 help="Disk size specs: list of key=value,"
966
                                 " where key is one of min, max, std"
967
                                 " (in MB or using a unit)")
968

    
969
SPECS_NIC_COUNT_OPT = cli_option("--specs-nic-count", dest="ispecs_nic_count",
970
                                 type="keyval", default={},
971
                                 help="NIC count specs: list of key=value,"
972
                                 " where key is one of min, max, std")
973

    
974
IPOLICY_BOUNDS_SPECS_STR = "--ipolicy-bounds-specs"
975
IPOLICY_BOUNDS_SPECS_OPT = cli_option(IPOLICY_BOUNDS_SPECS_STR,
976
                                      dest="ipolicy_bounds_specs",
977
                                      type="multilistidentkeyval", default=None,
978
                                      help="Complete instance specs limits")
979

    
980
IPOLICY_STD_SPECS_STR = "--ipolicy-std-specs"
981
IPOLICY_STD_SPECS_OPT = cli_option(IPOLICY_STD_SPECS_STR,
982
                                   dest="ipolicy_std_specs",
983
                                   type="keyval", default=None,
984
                                   help="Complte standard instance specs")
985

    
986
IPOLICY_DISK_TEMPLATES = cli_option("--ipolicy-disk-templates",
987
                                    dest="ipolicy_disk_templates",
988
                                    type="list", default=None,
989
                                    help="Comma-separated list of"
990
                                    " enabled disk templates")
991

    
992
IPOLICY_VCPU_RATIO = cli_option("--ipolicy-vcpu-ratio",
993
                                 dest="ipolicy_vcpu_ratio",
994
                                 type="maybefloat", default=None,
995
                                 help="The maximum allowed vcpu-to-cpu ratio")
996

    
997
IPOLICY_SPINDLE_RATIO = cli_option("--ipolicy-spindle-ratio",
998
                                   dest="ipolicy_spindle_ratio",
999
                                   type="maybefloat", default=None,
1000
                                   help=("The maximum allowed instances to"
1001
                                         " spindle ratio"))
1002

    
1003
HYPERVISOR_OPT = cli_option("-H", "--hypervisor-parameters", dest="hypervisor",
1004
                            help="Hypervisor and hypervisor options, in the"
1005
                            " format hypervisor:option=value,option=value,...",
1006
                            default=None, type="identkeyval")
1007

    
1008
HVLIST_OPT = cli_option("-H", "--hypervisor-parameters", dest="hvparams",
1009
                        help="Hypervisor and hypervisor options, in the"
1010
                        " format hypervisor:option=value,option=value,...",
1011
                        default=[], action="append", type="identkeyval")
1012

    
1013
NOIPCHECK_OPT = cli_option("--no-ip-check", dest="ip_check", default=True,
1014
                           action="store_false",
1015
                           help="Don't check that the instance's IP"
1016
                           " is alive")
1017

    
1018
NONAMECHECK_OPT = cli_option("--no-name-check", dest="name_check",
1019
                             default=True, action="store_false",
1020
                             help="Don't check that the instance's name"
1021
                             " is resolvable")
1022

    
1023
NET_OPT = cli_option("--net",
1024
                     help="NIC parameters", default=[],
1025
                     dest="nics", action="append", type="identkeyval")
1026

    
1027
DISK_OPT = cli_option("--disk", help="Disk parameters", default=[],
1028
                      dest="disks", action="append", type="identkeyval")
1029

    
1030
DISKIDX_OPT = cli_option("--disks", dest="disks", default=None,
1031
                         help="Comma-separated list of disks"
1032
                         " indices to act on (e.g. 0,2) (optional,"
1033
                         " defaults to all disks)")
1034

    
1035
OS_SIZE_OPT = cli_option("-s", "--os-size", dest="sd_size",
1036
                         help="Enforces a single-disk configuration using the"
1037
                         " given disk size, in MiB unless a suffix is used",
1038
                         default=None, type="unit", metavar="<size>")
1039

    
1040
IGNORE_CONSIST_OPT = cli_option("--ignore-consistency",
1041
                                dest="ignore_consistency",
1042
                                action="store_true", default=False,
1043
                                help="Ignore the consistency of the disks on"
1044
                                " the secondary")
1045

    
1046
ALLOW_FAILOVER_OPT = cli_option("--allow-failover",
1047
                                dest="allow_failover",
1048
                                action="store_true", default=False,
1049
                                help="If migration is not possible fallback to"
1050
                                     " failover")
1051

    
1052
NONLIVE_OPT = cli_option("--non-live", dest="live",
1053
                         default=True, action="store_false",
1054
                         help="Do a non-live migration (this usually means"
1055
                         " freeze the instance, save the state, transfer and"
1056
                         " only then resume running on the secondary node)")
1057

    
1058
MIGRATION_MODE_OPT = cli_option("--migration-mode", dest="migration_mode",
1059
                                default=None,
1060
                                choices=list(constants.HT_MIGRATION_MODES),
1061
                                help="Override default migration mode (choose"
1062
                                " either live or non-live")
1063

    
1064
NODE_PLACEMENT_OPT = cli_option("-n", "--node", dest="node",
1065
                                help="Target node and optional secondary node",
1066
                                metavar="<pnode>[:<snode>]",
1067
                                completion_suggest=OPT_COMPL_INST_ADD_NODES)
1068

    
1069
NODE_LIST_OPT = cli_option("-n", "--node", dest="nodes", default=[],
1070
                           action="append", metavar="<node>",
1071
                           help="Use only this node (can be used multiple"
1072
                           " times, if not given defaults to all nodes)",
1073
                           completion_suggest=OPT_COMPL_ONE_NODE)
1074

    
1075
NODEGROUP_OPT_NAME = "--node-group"
1076
NODEGROUP_OPT = cli_option("-g", NODEGROUP_OPT_NAME,
1077
                           dest="nodegroup",
1078
                           help="Node group (name or uuid)",
1079
                           metavar="<nodegroup>",
1080
                           default=None, type="string",
1081
                           completion_suggest=OPT_COMPL_ONE_NODEGROUP)
1082

    
1083
SINGLE_NODE_OPT = cli_option("-n", "--node", dest="node", help="Target node",
1084
                             metavar="<node>",
1085
                             completion_suggest=OPT_COMPL_ONE_NODE)
1086

    
1087
NOSTART_OPT = cli_option("--no-start", dest="start", default=True,
1088
                         action="store_false",
1089
                         help="Don't start the instance after creation")
1090

    
1091
SHOWCMD_OPT = cli_option("--show-cmd", dest="show_command",
1092
                         action="store_true", default=False,
1093
                         help="Show command instead of executing it")
1094

    
1095
CLEANUP_OPT = cli_option("--cleanup", dest="cleanup",
1096
                         default=False, action="store_true",
1097
                         help="Instead of performing the migration/failover,"
1098
                         " try to recover from a failed cleanup. This is safe"
1099
                         " to run even if the instance is healthy, but it"
1100
                         " will create extra replication traffic and "
1101
                         " disrupt briefly the replication (like during the"
1102
                         " migration/failover")
1103

    
1104
STATIC_OPT = cli_option("-s", "--static", dest="static",
1105
                        action="store_true", default=False,
1106
                        help="Only show configuration data, not runtime data")
1107

    
1108
ALL_OPT = cli_option("--all", dest="show_all",
1109
                     default=False, action="store_true",
1110
                     help="Show info on all instances on the cluster."
1111
                     " This can take a long time to run, use wisely")
1112

    
1113
SELECT_OS_OPT = cli_option("--select-os", dest="select_os",
1114
                           action="store_true", default=False,
1115
                           help="Interactive OS reinstall, lists available"
1116
                           " OS templates for selection")
1117

    
1118
IGNORE_FAILURES_OPT = cli_option("--ignore-failures", dest="ignore_failures",
1119
                                 action="store_true", default=False,
1120
                                 help="Remove the instance from the cluster"
1121
                                 " configuration even if there are failures"
1122
                                 " during the removal process")
1123

    
1124
IGNORE_REMOVE_FAILURES_OPT = cli_option("--ignore-remove-failures",
1125
                                        dest="ignore_remove_failures",
1126
                                        action="store_true", default=False,
1127
                                        help="Remove the instance from the"
1128
                                        " cluster configuration even if there"
1129
                                        " are failures during the removal"
1130
                                        " process")
1131

    
1132
REMOVE_INSTANCE_OPT = cli_option("--remove-instance", dest="remove_instance",
1133
                                 action="store_true", default=False,
1134
                                 help="Remove the instance from the cluster")
1135

    
1136
DST_NODE_OPT = cli_option("-n", "--target-node", dest="dst_node",
1137
                               help="Specifies the new node for the instance",
1138
                               metavar="NODE", default=None,
1139
                               completion_suggest=OPT_COMPL_ONE_NODE)
1140

    
1141
NEW_SECONDARY_OPT = cli_option("-n", "--new-secondary", dest="dst_node",
1142
                               help="Specifies the new secondary node",
1143
                               metavar="NODE", default=None,
1144
                               completion_suggest=OPT_COMPL_ONE_NODE)
1145

    
1146
NEW_PRIMARY_OPT = cli_option("--new-primary", dest="new_primary_node",
1147
                             help="Specifies the new primary node",
1148
                             metavar="<node>", default=None,
1149
                             completion_suggest=OPT_COMPL_ONE_NODE)
1150

    
1151
ON_PRIMARY_OPT = cli_option("-p", "--on-primary", dest="on_primary",
1152
                            default=False, action="store_true",
1153
                            help="Replace the disk(s) on the primary"
1154
                                 " node (applies only to internally mirrored"
1155
                                 " disk templates, e.g. %s)" %
1156
                                 utils.CommaJoin(constants.DTS_INT_MIRROR))
1157

    
1158
ON_SECONDARY_OPT = cli_option("-s", "--on-secondary", dest="on_secondary",
1159
                              default=False, action="store_true",
1160
                              help="Replace the disk(s) on the secondary"
1161
                                   " node (applies only to internally mirrored"
1162
                                   " disk templates, e.g. %s)" %
1163
                                   utils.CommaJoin(constants.DTS_INT_MIRROR))
1164

    
1165
AUTO_PROMOTE_OPT = cli_option("--auto-promote", dest="auto_promote",
1166
                              default=False, action="store_true",
1167
                              help="Lock all nodes and auto-promote as needed"
1168
                              " to MC status")
1169

    
1170
AUTO_REPLACE_OPT = cli_option("-a", "--auto", dest="auto",
1171
                              default=False, action="store_true",
1172
                              help="Automatically replace faulty disks"
1173
                                   " (applies only to internally mirrored"
1174
                                   " disk templates, e.g. %s)" %
1175
                                   utils.CommaJoin(constants.DTS_INT_MIRROR))
1176

    
1177
IGNORE_SIZE_OPT = cli_option("--ignore-size", dest="ignore_size",
1178
                             default=False, action="store_true",
1179
                             help="Ignore current recorded size"
1180
                             " (useful for forcing activation when"
1181
                             " the recorded size is wrong)")
1182

    
1183
SRC_NODE_OPT = cli_option("--src-node", dest="src_node", help="Source node",
1184
                          metavar="<node>",
1185
                          completion_suggest=OPT_COMPL_ONE_NODE)
1186

    
1187
SRC_DIR_OPT = cli_option("--src-dir", dest="src_dir", help="Source directory",
1188
                         metavar="<dir>")
1189

    
1190
SECONDARY_IP_OPT = cli_option("-s", "--secondary-ip", dest="secondary_ip",
1191
                              help="Specify the secondary ip for the node",
1192
                              metavar="ADDRESS", default=None)
1193

    
1194
READD_OPT = cli_option("--readd", dest="readd",
1195
                       default=False, action="store_true",
1196
                       help="Readd old node after replacing it")
1197

    
1198
NOSSH_KEYCHECK_OPT = cli_option("--no-ssh-key-check", dest="ssh_key_check",
1199
                                default=True, action="store_false",
1200
                                help="Disable SSH key fingerprint checking")
1201

    
1202
NODE_FORCE_JOIN_OPT = cli_option("--force-join", dest="force_join",
1203
                                 default=False, action="store_true",
1204
                                 help="Force the joining of a node")
1205

    
1206
MC_OPT = cli_option("-C", "--master-candidate", dest="master_candidate",
1207
                    type="bool", default=None, metavar=_YORNO,
1208
                    help="Set the master_candidate flag on the node")
1209

    
1210
OFFLINE_OPT = cli_option("-O", "--offline", dest="offline", metavar=_YORNO,
1211
                         type="bool", default=None,
1212
                         help=("Set the offline flag on the node"
1213
                               " (cluster does not communicate with offline"
1214
                               " nodes)"))
1215

    
1216
DRAINED_OPT = cli_option("-D", "--drained", dest="drained", metavar=_YORNO,
1217
                         type="bool", default=None,
1218
                         help=("Set the drained flag on the node"
1219
                               " (excluded from allocation operations)"))
1220

    
1221
CAPAB_MASTER_OPT = cli_option("--master-capable", dest="master_capable",
1222
                              type="bool", default=None, metavar=_YORNO,
1223
                              help="Set the master_capable flag on the node")
1224

    
1225
CAPAB_VM_OPT = cli_option("--vm-capable", dest="vm_capable",
1226
                          type="bool", default=None, metavar=_YORNO,
1227
                          help="Set the vm_capable flag on the node")
1228

    
1229
ALLOCATABLE_OPT = cli_option("--allocatable", dest="allocatable",
1230
                             type="bool", default=None, metavar=_YORNO,
1231
                             help="Set the allocatable flag on a volume")
1232

    
1233
NOLVM_STORAGE_OPT = cli_option("--no-lvm-storage", dest="lvm_storage",
1234
                               help="Disable support for lvm based instances"
1235
                               " (cluster-wide)",
1236
                               action="store_false", default=True)
1237

    
1238
ENABLED_HV_OPT = cli_option("--enabled-hypervisors",
1239
                            dest="enabled_hypervisors",
1240
                            help="Comma-separated list of hypervisors",
1241
                            type="string", default=None)
1242

    
1243
ENABLED_DISK_TEMPLATES_OPT = cli_option("--enabled-disk-templates",
1244
                                        dest="enabled_disk_templates",
1245
                                        help="Comma-separated list of "
1246
                                             "disk templates",
1247
                                        type="string", default=None)
1248

    
1249
NIC_PARAMS_OPT = cli_option("-N", "--nic-parameters", dest="nicparams",
1250
                            type="keyval", default={},
1251
                            help="NIC parameters")
1252

    
1253
CP_SIZE_OPT = cli_option("-C", "--candidate-pool-size", default=None,
1254
                         dest="candidate_pool_size", type="int",
1255
                         help="Set the candidate pool size")
1256

    
1257
VG_NAME_OPT = cli_option("--vg-name", dest="vg_name",
1258
                         help=("Enables LVM and specifies the volume group"
1259
                               " name (cluster-wide) for disk allocation"
1260
                               " [%s]" % constants.DEFAULT_VG),
1261
                         metavar="VG", default=None)
1262

    
1263
YES_DOIT_OPT = cli_option("--yes-do-it", "--ya-rly", dest="yes_do_it",
1264
                          help="Destroy cluster", action="store_true")
1265

    
1266
NOVOTING_OPT = cli_option("--no-voting", dest="no_voting",
1267
                          help="Skip node agreement check (dangerous)",
1268
                          action="store_true", default=False)
1269

    
1270
MAC_PREFIX_OPT = cli_option("-m", "--mac-prefix", dest="mac_prefix",
1271
                            help="Specify the mac prefix for the instance IP"
1272
                            " addresses, in the format XX:XX:XX",
1273
                            metavar="PREFIX",
1274
                            default=None)
1275

    
1276
MASTER_NETDEV_OPT = cli_option("--master-netdev", dest="master_netdev",
1277
                               help="Specify the node interface (cluster-wide)"
1278
                               " on which the master IP address will be added"
1279
                               " (cluster init default: %s)" %
1280
                               constants.DEFAULT_BRIDGE,
1281
                               metavar="NETDEV",
1282
                               default=None)
1283

    
1284
MASTER_NETMASK_OPT = cli_option("--master-netmask", dest="master_netmask",
1285
                                help="Specify the netmask of the master IP",
1286
                                metavar="NETMASK",
1287
                                default=None)
1288

    
1289
USE_EXTERNAL_MIP_SCRIPT = cli_option("--use-external-mip-script",
1290
                                     dest="use_external_mip_script",
1291
                                     help="Specify whether to run a"
1292
                                     " user-provided script for the master"
1293
                                     " IP address turnup and"
1294
                                     " turndown operations",
1295
                                     type="bool", metavar=_YORNO, default=None)
1296

    
1297
GLOBAL_FILEDIR_OPT = cli_option("--file-storage-dir", dest="file_storage_dir",
1298
                                help="Specify the default directory (cluster-"
1299
                                "wide) for storing the file-based disks [%s]" %
1300
                                pathutils.DEFAULT_FILE_STORAGE_DIR,
1301
                                metavar="DIR",
1302
                                default=None)
1303

    
1304
GLOBAL_SHARED_FILEDIR_OPT = cli_option(
1305
  "--shared-file-storage-dir",
1306
  dest="shared_file_storage_dir",
1307
  help="Specify the default directory (cluster-wide) for storing the"
1308
  " shared file-based disks [%s]" %
1309
  pathutils.DEFAULT_SHARED_FILE_STORAGE_DIR,
1310
  metavar="SHAREDDIR", default=None)
1311

    
1312
NOMODIFY_ETCHOSTS_OPT = cli_option("--no-etc-hosts", dest="modify_etc_hosts",
1313
                                   help="Don't modify %s" % pathutils.ETC_HOSTS,
1314
                                   action="store_false", default=True)
1315

    
1316
MODIFY_ETCHOSTS_OPT = \
1317
 cli_option("--modify-etc-hosts", dest="modify_etc_hosts", metavar=_YORNO,
1318
            default=None, type="bool",
1319
            help="Defines whether the cluster should autonomously modify"
1320
            " and keep in sync the /etc/hosts file of the nodes")
1321

    
1322
NOMODIFY_SSH_SETUP_OPT = cli_option("--no-ssh-init", dest="modify_ssh_setup",
1323
                                    help="Don't initialize SSH keys",
1324
                                    action="store_false", default=True)
1325

    
1326
ERROR_CODES_OPT = cli_option("--error-codes", dest="error_codes",
1327
                             help="Enable parseable error messages",
1328
                             action="store_true", default=False)
1329

    
1330
NONPLUS1_OPT = cli_option("--no-nplus1-mem", dest="skip_nplusone_mem",
1331
                          help="Skip N+1 memory redundancy tests",
1332
                          action="store_true", default=False)
1333

    
1334
REBOOT_TYPE_OPT = cli_option("-t", "--type", dest="reboot_type",
1335
                             help="Type of reboot: soft/hard/full",
1336
                             default=constants.INSTANCE_REBOOT_HARD,
1337
                             metavar="<REBOOT>",
1338
                             choices=list(constants.REBOOT_TYPES))
1339

    
1340
IGNORE_SECONDARIES_OPT = cli_option("--ignore-secondaries",
1341
                                    dest="ignore_secondaries",
1342
                                    default=False, action="store_true",
1343
                                    help="Ignore errors from secondaries")
1344

    
1345
NOSHUTDOWN_OPT = cli_option("--noshutdown", dest="shutdown",
1346
                            action="store_false", default=True,
1347
                            help="Don't shutdown the instance (unsafe)")
1348

    
1349
TIMEOUT_OPT = cli_option("--timeout", dest="timeout", type="int",
1350
                         default=constants.DEFAULT_SHUTDOWN_TIMEOUT,
1351
                         help="Maximum time to wait")
1352

    
1353
SHUTDOWN_TIMEOUT_OPT = cli_option("--shutdown-timeout",
1354
                                  dest="shutdown_timeout", type="int",
1355
                                  default=constants.DEFAULT_SHUTDOWN_TIMEOUT,
1356
                                  help="Maximum time to wait for instance"
1357
                                  " shutdown")
1358

    
1359
INTERVAL_OPT = cli_option("--interval", dest="interval", type="int",
1360
                          default=None,
1361
                          help=("Number of seconds between repetions of the"
1362
                                " command"))
1363

    
1364
EARLY_RELEASE_OPT = cli_option("--early-release",
1365
                               dest="early_release", default=False,
1366
                               action="store_true",
1367
                               help="Release the locks on the secondary"
1368
                               " node(s) early")
1369

    
1370
NEW_CLUSTER_CERT_OPT = cli_option("--new-cluster-certificate",
1371
                                  dest="new_cluster_cert",
1372
                                  default=False, action="store_true",
1373
                                  help="Generate a new cluster certificate")
1374

    
1375
RAPI_CERT_OPT = cli_option("--rapi-certificate", dest="rapi_cert",
1376
                           default=None,
1377
                           help="File containing new RAPI certificate")
1378

    
1379
NEW_RAPI_CERT_OPT = cli_option("--new-rapi-certificate", dest="new_rapi_cert",
1380
                               default=None, action="store_true",
1381
                               help=("Generate a new self-signed RAPI"
1382
                                     " certificate"))
1383

    
1384
SPICE_CERT_OPT = cli_option("--spice-certificate", dest="spice_cert",
1385
                            default=None,
1386
                            help="File containing new SPICE certificate")
1387

    
1388
SPICE_CACERT_OPT = cli_option("--spice-ca-certificate", dest="spice_cacert",
1389
                              default=None,
1390
                              help="File containing the certificate of the CA"
1391
                              " which signed the SPICE certificate")
1392

    
1393
NEW_SPICE_CERT_OPT = cli_option("--new-spice-certificate",
1394
                                dest="new_spice_cert", default=None,
1395
                                action="store_true",
1396
                                help=("Generate a new self-signed SPICE"
1397
                                      " certificate"))
1398

    
1399
NEW_CONFD_HMAC_KEY_OPT = cli_option("--new-confd-hmac-key",
1400
                                    dest="new_confd_hmac_key",
1401
                                    default=False, action="store_true",
1402
                                    help=("Create a new HMAC key for %s" %
1403
                                          constants.CONFD))
1404

    
1405
CLUSTER_DOMAIN_SECRET_OPT = cli_option("--cluster-domain-secret",
1406
                                       dest="cluster_domain_secret",
1407
                                       default=None,
1408
                                       help=("Load new new cluster domain"
1409
                                             " secret from file"))
1410

    
1411
NEW_CLUSTER_DOMAIN_SECRET_OPT = cli_option("--new-cluster-domain-secret",
1412
                                           dest="new_cluster_domain_secret",
1413
                                           default=False, action="store_true",
1414
                                           help=("Create a new cluster domain"
1415
                                                 " secret"))
1416

    
1417
USE_REPL_NET_OPT = cli_option("--use-replication-network",
1418
                              dest="use_replication_network",
1419
                              help="Whether to use the replication network"
1420
                              " for talking to the nodes",
1421
                              action="store_true", default=False)
1422

    
1423
MAINTAIN_NODE_HEALTH_OPT = \
1424
    cli_option("--maintain-node-health", dest="maintain_node_health",
1425
               metavar=_YORNO, default=None, type="bool",
1426
               help="Configure the cluster to automatically maintain node"
1427
               " health, by shutting down unknown instances, shutting down"
1428
               " unknown DRBD devices, etc.")
1429

    
1430
IDENTIFY_DEFAULTS_OPT = \
1431
    cli_option("--identify-defaults", dest="identify_defaults",
1432
               default=False, action="store_true",
1433
               help="Identify which saved instance parameters are equal to"
1434
               " the current cluster defaults and set them as such, instead"
1435
               " of marking them as overridden")
1436

    
1437
UIDPOOL_OPT = cli_option("--uid-pool", default=None,
1438
                         action="store", dest="uid_pool",
1439
                         help=("A list of user-ids or user-id"
1440
                               " ranges separated by commas"))
1441

    
1442
ADD_UIDS_OPT = cli_option("--add-uids", default=None,
1443
                          action="store", dest="add_uids",
1444
                          help=("A list of user-ids or user-id"
1445
                                " ranges separated by commas, to be"
1446
                                " added to the user-id pool"))
1447

    
1448
REMOVE_UIDS_OPT = cli_option("--remove-uids", default=None,
1449
                             action="store", dest="remove_uids",
1450
                             help=("A list of user-ids or user-id"
1451
                                   " ranges separated by commas, to be"
1452
                                   " removed from the user-id pool"))
1453

    
1454
RESERVED_LVS_OPT = cli_option("--reserved-lvs", default=None,
1455
                              action="store", dest="reserved_lvs",
1456
                              help=("A comma-separated list of reserved"
1457
                                    " logical volumes names, that will be"
1458
                                    " ignored by cluster verify"))
1459

    
1460
ROMAN_OPT = cli_option("--roman",
1461
                       dest="roman_integers", default=False,
1462
                       action="store_true",
1463
                       help="Use roman numbers for positive integers")
1464

    
1465
DRBD_HELPER_OPT = cli_option("--drbd-usermode-helper", dest="drbd_helper",
1466
                             action="store", default=None,
1467
                             help="Specifies usermode helper for DRBD")
1468

    
1469
PRIMARY_IP_VERSION_OPT = \
1470
    cli_option("--primary-ip-version", default=constants.IP4_VERSION,
1471
               action="store", dest="primary_ip_version",
1472
               metavar="%d|%d" % (constants.IP4_VERSION,
1473
                                  constants.IP6_VERSION),
1474
               help="Cluster-wide IP version for primary IP")
1475

    
1476
SHOW_MACHINE_OPT = cli_option("-M", "--show-machine-names", default=False,
1477
                              action="store_true",
1478
                              help="Show machine name for every line in output")
1479

    
1480
FAILURE_ONLY_OPT = cli_option("--failure-only", default=False,
1481
                              action="store_true",
1482
                              help=("Hide successful results and show failures"
1483
                                    " only (determined by the exit code)"))
1484

    
1485
REASON_OPT = cli_option("--reason", default=None,
1486
                        help="The reason for executing the command")
1487

    
1488

    
1489
def _PriorityOptionCb(option, _, value, parser):
1490
  """Callback for processing C{--priority} option.
1491

1492
  """
1493
  value = _PRIONAME_TO_VALUE[value]
1494

    
1495
  setattr(parser.values, option.dest, value)
1496

    
1497

    
1498
PRIORITY_OPT = cli_option("--priority", default=None, dest="priority",
1499
                          metavar="|".join(name for name, _ in _PRIORITY_NAMES),
1500
                          choices=_PRIONAME_TO_VALUE.keys(),
1501
                          action="callback", type="choice",
1502
                          callback=_PriorityOptionCb,
1503
                          help="Priority for opcode processing")
1504

    
1505
HID_OS_OPT = cli_option("--hidden", dest="hidden",
1506
                        type="bool", default=None, metavar=_YORNO,
1507
                        help="Sets the hidden flag on the OS")
1508

    
1509
BLK_OS_OPT = cli_option("--blacklisted", dest="blacklisted",
1510
                        type="bool", default=None, metavar=_YORNO,
1511
                        help="Sets the blacklisted flag on the OS")
1512

    
1513
PREALLOC_WIPE_DISKS_OPT = cli_option("--prealloc-wipe-disks", default=None,
1514
                                     type="bool", metavar=_YORNO,
1515
                                     dest="prealloc_wipe_disks",
1516
                                     help=("Wipe disks prior to instance"
1517
                                           " creation"))
1518

    
1519
NODE_PARAMS_OPT = cli_option("--node-parameters", dest="ndparams",
1520
                             type="keyval", default=None,
1521
                             help="Node parameters")
1522

    
1523
ALLOC_POLICY_OPT = cli_option("--alloc-policy", dest="alloc_policy",
1524
                              action="store", metavar="POLICY", default=None,
1525
                              help="Allocation policy for the node group")
1526

    
1527
NODE_POWERED_OPT = cli_option("--node-powered", default=None,
1528
                              type="bool", metavar=_YORNO,
1529
                              dest="node_powered",
1530
                              help="Specify if the SoR for node is powered")
1531

    
1532
OOB_TIMEOUT_OPT = cli_option("--oob-timeout", dest="oob_timeout", type="int",
1533
                             default=constants.OOB_TIMEOUT,
1534
                             help="Maximum time to wait for out-of-band helper")
1535

    
1536
POWER_DELAY_OPT = cli_option("--power-delay", dest="power_delay", type="float",
1537
                             default=constants.OOB_POWER_DELAY,
1538
                             help="Time in seconds to wait between power-ons")
1539

    
1540
FORCE_FILTER_OPT = cli_option("-F", "--filter", dest="force_filter",
1541
                              action="store_true", default=False,
1542
                              help=("Whether command argument should be treated"
1543
                                    " as filter"))
1544

    
1545
NO_REMEMBER_OPT = cli_option("--no-remember",
1546
                             dest="no_remember",
1547
                             action="store_true", default=False,
1548
                             help="Perform but do not record the change"
1549
                             " in the configuration")
1550

    
1551
PRIMARY_ONLY_OPT = cli_option("-p", "--primary-only",
1552
                              default=False, action="store_true",
1553
                              help="Evacuate primary instances only")
1554

    
1555
SECONDARY_ONLY_OPT = cli_option("-s", "--secondary-only",
1556
                                default=False, action="store_true",
1557
                                help="Evacuate secondary instances only"
1558
                                     " (applies only to internally mirrored"
1559
                                     " disk templates, e.g. %s)" %
1560
                                     utils.CommaJoin(constants.DTS_INT_MIRROR))
1561

    
1562
STARTUP_PAUSED_OPT = cli_option("--paused", dest="startup_paused",
1563
                                action="store_true", default=False,
1564
                                help="Pause instance at startup")
1565

    
1566
TO_GROUP_OPT = cli_option("--to", dest="to", metavar="<group>",
1567
                          help="Destination node group (name or uuid)",
1568
                          default=None, action="append",
1569
                          completion_suggest=OPT_COMPL_ONE_NODEGROUP)
1570

    
1571
IGNORE_ERRORS_OPT = cli_option("-I", "--ignore-errors", default=[],
1572
                               action="append", dest="ignore_errors",
1573
                               choices=list(constants.CV_ALL_ECODES_STRINGS),
1574
                               help="Error code to be ignored")
1575

    
1576
DISK_STATE_OPT = cli_option("--disk-state", default=[], dest="disk_state",
1577
                            action="append",
1578
                            help=("Specify disk state information in the"
1579
                                  " format"
1580
                                  " storage_type/identifier:option=value,...;"
1581
                                  " note this is unused for now"),
1582
                            type="identkeyval")
1583

    
1584
HV_STATE_OPT = cli_option("--hypervisor-state", default=[], dest="hv_state",
1585
                          action="append",
1586
                          help=("Specify hypervisor state information in the"
1587
                                " format hypervisor:option=value,...;"
1588
                                " note this is unused for now"),
1589
                          type="identkeyval")
1590

    
1591
IGNORE_IPOLICY_OPT = cli_option("--ignore-ipolicy", dest="ignore_ipolicy",
1592
                                action="store_true", default=False,
1593
                                help="Ignore instance policy violations")
1594

    
1595
RUNTIME_MEM_OPT = cli_option("-m", "--runtime-memory", dest="runtime_mem",
1596
                             help="Sets the instance's runtime memory,"
1597
                             " ballooning it up or down to the new value",
1598
                             default=None, type="unit", metavar="<size>")
1599

    
1600
ABSOLUTE_OPT = cli_option("--absolute", dest="absolute",
1601
                          action="store_true", default=False,
1602
                          help="Marks the grow as absolute instead of the"
1603
                          " (default) relative mode")
1604

    
1605
NETWORK_OPT = cli_option("--network",
1606
                         action="store", default=None, dest="network",
1607
                         help="IP network in CIDR notation")
1608

    
1609
GATEWAY_OPT = cli_option("--gateway",
1610
                         action="store", default=None, dest="gateway",
1611
                         help="IP address of the router (gateway)")
1612

    
1613
ADD_RESERVED_IPS_OPT = cli_option("--add-reserved-ips",
1614
                                  action="store", default=None,
1615
                                  dest="add_reserved_ips",
1616
                                  help="Comma-separated list of"
1617
                                  " reserved IPs to add")
1618

    
1619
REMOVE_RESERVED_IPS_OPT = cli_option("--remove-reserved-ips",
1620
                                     action="store", default=None,
1621
                                     dest="remove_reserved_ips",
1622
                                     help="Comma-delimited list of"
1623
                                     " reserved IPs to remove")
1624

    
1625
NETWORK6_OPT = cli_option("--network6",
1626
                          action="store", default=None, dest="network6",
1627
                          help="IP network in CIDR notation")
1628

    
1629
GATEWAY6_OPT = cli_option("--gateway6",
1630
                          action="store", default=None, dest="gateway6",
1631
                          help="IP6 address of the router (gateway)")
1632

    
1633
NOCONFLICTSCHECK_OPT = cli_option("--no-conflicts-check",
1634
                                  dest="conflicts_check",
1635
                                  default=True,
1636
                                  action="store_false",
1637
                                  help="Don't check for conflicting IPs")
1638

    
1639
INCLUDEDEFAULTS_OPT = cli_option("--include-defaults", dest="include_defaults",
1640
                                 default=False, action="store_true",
1641
                                 help="Include default values")
1642

    
1643
#: Options provided by all commands
1644
COMMON_OPTS = [DEBUG_OPT, REASON_OPT]
1645

    
1646
# options related to asynchronous job handling
1647

    
1648
SUBMIT_OPTS = [
1649
  SUBMIT_OPT,
1650
  PRINT_JOBID_OPT,
1651
  ]
1652

    
1653
# common options for creating instances. add and import then add their own
1654
# specific ones.
1655
COMMON_CREATE_OPTS = [
1656
  BACKEND_OPT,
1657
  DISK_OPT,
1658
  DISK_TEMPLATE_OPT,
1659
  FILESTORE_DIR_OPT,
1660
  FILESTORE_DRIVER_OPT,
1661
  HYPERVISOR_OPT,
1662
  IALLOCATOR_OPT,
1663
  NET_OPT,
1664
  NODE_PLACEMENT_OPT,
1665
  NOIPCHECK_OPT,
1666
  NOCONFLICTSCHECK_OPT,
1667
  NONAMECHECK_OPT,
1668
  NONICS_OPT,
1669
  NWSYNC_OPT,
1670
  OSPARAMS_OPT,
1671
  OS_SIZE_OPT,
1672
  SUBMIT_OPT,
1673
  PRINT_JOBID_OPT,
1674
  TAG_ADD_OPT,
1675
  DRY_RUN_OPT,
1676
  PRIORITY_OPT,
1677
  ]
1678

    
1679
# common instance policy options
1680
INSTANCE_POLICY_OPTS = [
1681
  IPOLICY_BOUNDS_SPECS_OPT,
1682
  IPOLICY_DISK_TEMPLATES,
1683
  IPOLICY_VCPU_RATIO,
1684
  IPOLICY_SPINDLE_RATIO,
1685
  ]
1686

    
1687
# instance policy split specs options
1688
SPLIT_ISPECS_OPTS = [
1689
  SPECS_CPU_COUNT_OPT,
1690
  SPECS_DISK_COUNT_OPT,
1691
  SPECS_DISK_SIZE_OPT,
1692
  SPECS_MEM_SIZE_OPT,
1693
  SPECS_NIC_COUNT_OPT,
1694
  ]
1695

    
1696

    
1697
class _ShowUsage(Exception):
1698
  """Exception class for L{_ParseArgs}.
1699

1700
  """
1701
  def __init__(self, exit_error):
1702
    """Initializes instances of this class.
1703

1704
    @type exit_error: bool
1705
    @param exit_error: Whether to report failure on exit
1706

1707
    """
1708
    Exception.__init__(self)
1709
    self.exit_error = exit_error
1710

    
1711

    
1712
class _ShowVersion(Exception):
1713
  """Exception class for L{_ParseArgs}.
1714

1715
  """
1716

    
1717

    
1718
def _ParseArgs(binary, argv, commands, aliases, env_override):
1719
  """Parser for the command line arguments.
1720

1721
  This function parses the arguments and returns the function which
1722
  must be executed together with its (modified) arguments.
1723

1724
  @param binary: Script name
1725
  @param argv: Command line arguments
1726
  @param commands: Dictionary containing command definitions
1727
  @param aliases: dictionary with command aliases {"alias": "target", ...}
1728
  @param env_override: list of env variables allowed for default args
1729
  @raise _ShowUsage: If usage description should be shown
1730
  @raise _ShowVersion: If version should be shown
1731

1732
  """
1733
  assert not (env_override - set(commands))
1734
  assert not (set(aliases.keys()) & set(commands.keys()))
1735

    
1736
  if len(argv) > 1:
1737
    cmd = argv[1]
1738
  else:
1739
    # No option or command given
1740
    raise _ShowUsage(exit_error=True)
1741

    
1742
  if cmd == "--version":
1743
    raise _ShowVersion()
1744
  elif cmd == "--help":
1745
    raise _ShowUsage(exit_error=False)
1746
  elif not (cmd in commands or cmd in aliases):
1747
    raise _ShowUsage(exit_error=True)
1748

    
1749
  # get command, unalias it, and look it up in commands
1750
  if cmd in aliases:
1751
    if aliases[cmd] not in commands:
1752
      raise errors.ProgrammerError("Alias '%s' maps to non-existing"
1753
                                   " command '%s'" % (cmd, aliases[cmd]))
1754

    
1755
    cmd = aliases[cmd]
1756

    
1757
  if cmd in env_override:
1758
    args_env_name = ("%s_%s" % (binary.replace("-", "_"), cmd)).upper()
1759
    env_args = os.environ.get(args_env_name)
1760
    if env_args:
1761
      argv = utils.InsertAtPos(argv, 2, shlex.split(env_args))
1762

    
1763
  func, args_def, parser_opts, usage, description = commands[cmd]
1764
  parser = OptionParser(option_list=parser_opts + COMMON_OPTS,
1765
                        description=description,
1766
                        formatter=TitledHelpFormatter(),
1767
                        usage="%%prog %s %s" % (cmd, usage))
1768
  parser.disable_interspersed_args()
1769
  options, args = parser.parse_args(args=argv[2:])
1770

    
1771
  if not _CheckArguments(cmd, args_def, args):
1772
    return None, None, None
1773

    
1774
  return func, options, args
1775

    
1776

    
1777
def _FormatUsage(binary, commands):
1778
  """Generates a nice description of all commands.
1779

1780
  @param binary: Script name
1781
  @param commands: Dictionary containing command definitions
1782

1783
  """
1784
  # compute the max line length for cmd + usage
1785
  mlen = min(60, max(map(len, commands)))
1786

    
1787
  yield "Usage: %s {command} [options...] [argument...]" % binary
1788
  yield "%s <command> --help to see details, or man %s" % (binary, binary)
1789
  yield ""
1790
  yield "Commands:"
1791

    
1792
  # and format a nice command list
1793
  for (cmd, (_, _, _, _, help_text)) in sorted(commands.items()):
1794
    help_lines = textwrap.wrap(help_text, 79 - 3 - mlen)
1795
    yield " %-*s - %s" % (mlen, cmd, help_lines.pop(0))
1796
    for line in help_lines:
1797
      yield " %-*s   %s" % (mlen, "", line)
1798

    
1799
  yield ""
1800

    
1801

    
1802
def _CheckArguments(cmd, args_def, args):
1803
  """Verifies the arguments using the argument definition.
1804

1805
  Algorithm:
1806

1807
    1. Abort with error if values specified by user but none expected.
1808

1809
    1. For each argument in definition
1810

1811
      1. Keep running count of minimum number of values (min_count)
1812
      1. Keep running count of maximum number of values (max_count)
1813
      1. If it has an unlimited number of values
1814

1815
        1. Abort with error if it's not the last argument in the definition
1816

1817
    1. If last argument has limited number of values
1818

1819
      1. Abort with error if number of values doesn't match or is too large
1820

1821
    1. Abort with error if user didn't pass enough values (min_count)
1822

1823
  """
1824
  if args and not args_def:
1825
    ToStderr("Error: Command %s expects no arguments", cmd)
1826
    return False
1827

    
1828
  min_count = None
1829
  max_count = None
1830
  check_max = None
1831

    
1832
  last_idx = len(args_def) - 1
1833

    
1834
  for idx, arg in enumerate(args_def):
1835
    if min_count is None:
1836
      min_count = arg.min
1837
    elif arg.min is not None:
1838
      min_count += arg.min
1839

    
1840
    if max_count is None:
1841
      max_count = arg.max
1842
    elif arg.max is not None:
1843
      max_count += arg.max
1844

    
1845
    if idx == last_idx:
1846
      check_max = (arg.max is not None)
1847

    
1848
    elif arg.max is None:
1849
      raise errors.ProgrammerError("Only the last argument can have max=None")
1850

    
1851
  if check_max:
1852
    # Command with exact number of arguments
1853
    if (min_count is not None and max_count is not None and
1854
        min_count == max_count and len(args) != min_count):
1855
      ToStderr("Error: Command %s expects %d argument(s)", cmd, min_count)
1856
      return False
1857

    
1858
    # Command with limited number of arguments
1859
    if max_count is not None and len(args) > max_count:
1860
      ToStderr("Error: Command %s expects only %d argument(s)",
1861
               cmd, max_count)
1862
      return False
1863

    
1864
  # Command with some required arguments
1865
  if min_count is not None and len(args) < min_count:
1866
    ToStderr("Error: Command %s expects at least %d argument(s)",
1867
             cmd, min_count)
1868
    return False
1869

    
1870
  return True
1871

    
1872

    
1873
def SplitNodeOption(value):
1874
  """Splits the value of a --node option.
1875

1876
  """
1877
  if value and ":" in value:
1878
    return value.split(":", 1)
1879
  else:
1880
    return (value, None)
1881

    
1882

    
1883
def CalculateOSNames(os_name, os_variants):
1884
  """Calculates all the names an OS can be called, according to its variants.
1885

1886
  @type os_name: string
1887
  @param os_name: base name of the os
1888
  @type os_variants: list or None
1889
  @param os_variants: list of supported variants
1890
  @rtype: list
1891
  @return: list of valid names
1892

1893
  """
1894
  if os_variants:
1895
    return ["%s+%s" % (os_name, v) for v in os_variants]
1896
  else:
1897
    return [os_name]
1898

    
1899

    
1900
def ParseFields(selected, default):
1901
  """Parses the values of "--field"-like options.
1902

1903
  @type selected: string or None
1904
  @param selected: User-selected options
1905
  @type default: list
1906
  @param default: Default fields
1907

1908
  """
1909
  if selected is None:
1910
    return default
1911

    
1912
  if selected.startswith("+"):
1913
    return default + selected[1:].split(",")
1914

    
1915
  return selected.split(",")
1916

    
1917

    
1918
UsesRPC = rpc.RunWithRPC
1919

    
1920

    
1921
def AskUser(text, choices=None):
1922
  """Ask the user a question.
1923

1924
  @param text: the question to ask
1925

1926
  @param choices: list with elements tuples (input_char, return_value,
1927
      description); if not given, it will default to: [('y', True,
1928
      'Perform the operation'), ('n', False, 'Do no do the operation')];
1929
      note that the '?' char is reserved for help
1930

1931
  @return: one of the return values from the choices list; if input is
1932
      not possible (i.e. not running with a tty, we return the last
1933
      entry from the list
1934

1935
  """
1936
  if choices is None:
1937
    choices = [("y", True, "Perform the operation"),
1938
               ("n", False, "Do not perform the operation")]
1939
  if not choices or not isinstance(choices, list):
1940
    raise errors.ProgrammerError("Invalid choices argument to AskUser")
1941
  for entry in choices:
1942
    if not isinstance(entry, tuple) or len(entry) < 3 or entry[0] == "?":
1943
      raise errors.ProgrammerError("Invalid choices element to AskUser")
1944

    
1945
  answer = choices[-1][1]
1946
  new_text = []
1947
  for line in text.splitlines():
1948
    new_text.append(textwrap.fill(line, 70, replace_whitespace=False))
1949
  text = "\n".join(new_text)
1950
  try:
1951
    f = file("/dev/tty", "a+")
1952
  except IOError:
1953
    return answer
1954
  try:
1955
    chars = [entry[0] for entry in choices]
1956
    chars[-1] = "[%s]" % chars[-1]
1957
    chars.append("?")
1958
    maps = dict([(entry[0], entry[1]) for entry in choices])
1959
    while True:
1960
      f.write(text)
1961
      f.write("\n")
1962
      f.write("/".join(chars))
1963
      f.write(": ")
1964
      line = f.readline(2).strip().lower()
1965
      if line in maps:
1966
        answer = maps[line]
1967
        break
1968
      elif line == "?":
1969
        for entry in choices:
1970
          f.write(" %s - %s\n" % (entry[0], entry[2]))
1971
        f.write("\n")
1972
        continue
1973
  finally:
1974
    f.close()
1975
  return answer
1976

    
1977

    
1978
class JobSubmittedException(Exception):
1979
  """Job was submitted, client should exit.
1980

1981
  This exception has one argument, the ID of the job that was
1982
  submitted. The handler should print this ID.
1983

1984
  This is not an error, just a structured way to exit from clients.
1985

1986
  """
1987

    
1988

    
1989
def SendJob(ops, cl=None):
1990
  """Function to submit an opcode without waiting for the results.
1991

1992
  @type ops: list
1993
  @param ops: list of opcodes
1994
  @type cl: luxi.Client
1995
  @param cl: the luxi client to use for communicating with the master;
1996
             if None, a new client will be created
1997

1998
  """
1999
  if cl is None:
2000
    cl = GetClient()
2001

    
2002
  job_id = cl.SubmitJob(ops)
2003

    
2004
  return job_id
2005

    
2006

    
2007
def GenericPollJob(job_id, cbs, report_cbs):
2008
  """Generic job-polling function.
2009

2010
  @type job_id: number
2011
  @param job_id: Job ID
2012
  @type cbs: Instance of L{JobPollCbBase}
2013
  @param cbs: Data callbacks
2014
  @type report_cbs: Instance of L{JobPollReportCbBase}
2015
  @param report_cbs: Reporting callbacks
2016

2017
  """
2018
  prev_job_info = None
2019
  prev_logmsg_serial = None
2020

    
2021
  status = None
2022

    
2023
  while True:
2024
    result = cbs.WaitForJobChangeOnce(job_id, ["status"], prev_job_info,
2025
                                      prev_logmsg_serial)
2026
    if not result:
2027
      # job not found, go away!
2028
      raise errors.JobLost("Job with id %s lost" % job_id)
2029

    
2030
    if result == constants.JOB_NOTCHANGED:
2031
      report_cbs.ReportNotChanged(job_id, status)
2032

    
2033
      # Wait again
2034
      continue
2035

    
2036
    # Split result, a tuple of (field values, log entries)
2037
    (job_info, log_entries) = result
2038
    (status, ) = job_info
2039

    
2040
    if log_entries:
2041
      for log_entry in log_entries:
2042
        (serial, timestamp, log_type, message) = log_entry
2043
        report_cbs.ReportLogMessage(job_id, serial, timestamp,
2044
                                    log_type, message)
2045
        prev_logmsg_serial = max(prev_logmsg_serial, serial)
2046

    
2047
    # TODO: Handle canceled and archived jobs
2048
    elif status in (constants.JOB_STATUS_SUCCESS,
2049
                    constants.JOB_STATUS_ERROR,
2050
                    constants.JOB_STATUS_CANCELING,
2051
                    constants.JOB_STATUS_CANCELED):
2052
      break
2053

    
2054
    prev_job_info = job_info
2055

    
2056
  jobs = cbs.QueryJobs([job_id], ["status", "opstatus", "opresult"])
2057
  if not jobs:
2058
    raise errors.JobLost("Job with id %s lost" % job_id)
2059

    
2060
  status, opstatus, result = jobs[0]
2061

    
2062
  if status == constants.JOB_STATUS_SUCCESS:
2063
    return result
2064

    
2065
  if status in (constants.JOB_STATUS_CANCELING, constants.JOB_STATUS_CANCELED):
2066
    raise errors.OpExecError("Job was canceled")
2067

    
2068
  has_ok = False
2069
  for idx, (status, msg) in enumerate(zip(opstatus, result)):
2070
    if status == constants.OP_STATUS_SUCCESS:
2071
      has_ok = True
2072
    elif status == constants.OP_STATUS_ERROR:
2073
      errors.MaybeRaise(msg)
2074

    
2075
      if has_ok:
2076
        raise errors.OpExecError("partial failure (opcode %d): %s" %
2077
                                 (idx, msg))
2078

    
2079
      raise errors.OpExecError(str(msg))
2080

    
2081
  # default failure mode
2082
  raise errors.OpExecError(result)
2083

    
2084

    
2085
class JobPollCbBase:
2086
  """Base class for L{GenericPollJob} callbacks.
2087

2088
  """
2089
  def __init__(self):
2090
    """Initializes this class.
2091

2092
    """
2093

    
2094
  def WaitForJobChangeOnce(self, job_id, fields,
2095
                           prev_job_info, prev_log_serial):
2096
    """Waits for changes on a job.
2097

2098
    """
2099
    raise NotImplementedError()
2100

    
2101
  def QueryJobs(self, job_ids, fields):
2102
    """Returns the selected fields for the selected job IDs.
2103

2104
    @type job_ids: list of numbers
2105
    @param job_ids: Job IDs
2106
    @type fields: list of strings
2107
    @param fields: Fields
2108

2109
    """
2110
    raise NotImplementedError()
2111

    
2112

    
2113
class JobPollReportCbBase:
2114
  """Base class for L{GenericPollJob} reporting callbacks.
2115

2116
  """
2117
  def __init__(self):
2118
    """Initializes this class.
2119

2120
    """
2121

    
2122
  def ReportLogMessage(self, job_id, serial, timestamp, log_type, log_msg):
2123
    """Handles a log message.
2124

2125
    """
2126
    raise NotImplementedError()
2127

    
2128
  def ReportNotChanged(self, job_id, status):
2129
    """Called for if a job hasn't changed in a while.
2130

2131
    @type job_id: number
2132
    @param job_id: Job ID
2133
    @type status: string or None
2134
    @param status: Job status if available
2135

2136
    """
2137
    raise NotImplementedError()
2138

    
2139

    
2140
class _LuxiJobPollCb(JobPollCbBase):
2141
  def __init__(self, cl):
2142
    """Initializes this class.
2143

2144
    """
2145
    JobPollCbBase.__init__(self)
2146
    self.cl = cl
2147

    
2148
  def WaitForJobChangeOnce(self, job_id, fields,
2149
                           prev_job_info, prev_log_serial):
2150
    """Waits for changes on a job.
2151

2152
    """
2153
    return self.cl.WaitForJobChangeOnce(job_id, fields,
2154
                                        prev_job_info, prev_log_serial)
2155

    
2156
  def QueryJobs(self, job_ids, fields):
2157
    """Returns the selected fields for the selected job IDs.
2158

2159
    """
2160
    return self.cl.QueryJobs(job_ids, fields)
2161

    
2162

    
2163
class FeedbackFnJobPollReportCb(JobPollReportCbBase):
2164
  def __init__(self, feedback_fn):
2165
    """Initializes this class.
2166

2167
    """
2168
    JobPollReportCbBase.__init__(self)
2169

    
2170
    self.feedback_fn = feedback_fn
2171

    
2172
    assert callable(feedback_fn)
2173

    
2174
  def ReportLogMessage(self, job_id, serial, timestamp, log_type, log_msg):
2175
    """Handles a log message.
2176

2177
    """
2178
    self.feedback_fn((timestamp, log_type, log_msg))
2179

    
2180
  def ReportNotChanged(self, job_id, status):
2181
    """Called if a job hasn't changed in a while.
2182

2183
    """
2184
    # Ignore
2185

    
2186

    
2187
class StdioJobPollReportCb(JobPollReportCbBase):
2188
  def __init__(self):
2189
    """Initializes this class.
2190

2191
    """
2192
    JobPollReportCbBase.__init__(self)
2193

    
2194
    self.notified_queued = False
2195
    self.notified_waitlock = False
2196

    
2197
  def ReportLogMessage(self, job_id, serial, timestamp, log_type, log_msg):
2198
    """Handles a log message.
2199

2200
    """
2201
    ToStdout("%s %s", time.ctime(utils.MergeTime(timestamp)),
2202
             FormatLogMessage(log_type, log_msg))
2203

    
2204
  def ReportNotChanged(self, job_id, status):
2205
    """Called if a job hasn't changed in a while.
2206

2207
    """
2208
    if status is None:
2209
      return
2210

    
2211
    if status == constants.JOB_STATUS_QUEUED and not self.notified_queued:
2212
      ToStderr("Job %s is waiting in queue", job_id)
2213
      self.notified_queued = True
2214

    
2215
    elif status == constants.JOB_STATUS_WAITING and not self.notified_waitlock:
2216
      ToStderr("Job %s is trying to acquire all necessary locks", job_id)
2217
      self.notified_waitlock = True
2218

    
2219

    
2220
def FormatLogMessage(log_type, log_msg):
2221
  """Formats a job message according to its type.
2222

2223
  """
2224
  if log_type != constants.ELOG_MESSAGE:
2225
    log_msg = str(log_msg)
2226

    
2227
  return utils.SafeEncode(log_msg)
2228

    
2229

    
2230
def PollJob(job_id, cl=None, feedback_fn=None, reporter=None):
2231
  """Function to poll for the result of a job.
2232

2233
  @type job_id: job identified
2234
  @param job_id: the job to poll for results
2235
  @type cl: luxi.Client
2236
  @param cl: the luxi client to use for communicating with the master;
2237
             if None, a new client will be created
2238

2239
  """
2240
  if cl is None:
2241
    cl = GetClient()
2242

    
2243
  if reporter is None:
2244
    if feedback_fn:
2245
      reporter = FeedbackFnJobPollReportCb(feedback_fn)
2246
    else:
2247
      reporter = StdioJobPollReportCb()
2248
  elif feedback_fn:
2249
    raise errors.ProgrammerError("Can't specify reporter and feedback function")
2250

    
2251
  return GenericPollJob(job_id, _LuxiJobPollCb(cl), reporter)
2252

    
2253

    
2254
def SubmitOpCode(op, cl=None, feedback_fn=None, opts=None, reporter=None):
2255
  """Legacy function to submit an opcode.
2256

2257
  This is just a simple wrapper over the construction of the processor
2258
  instance. It should be extended to better handle feedback and
2259
  interaction functions.
2260

2261
  """
2262
  if cl is None:
2263
    cl = GetClient()
2264

    
2265
  SetGenericOpcodeOpts([op], opts)
2266

    
2267
  job_id = SendJob([op], cl=cl)
2268
  if hasattr(opts, "print_jobid") and opts.print_jobid:
2269
    ToStdout("%d" % job_id)
2270

    
2271
  op_results = PollJob(job_id, cl=cl, feedback_fn=feedback_fn,
2272
                       reporter=reporter)
2273

    
2274
  return op_results[0]
2275

    
2276

    
2277
def SubmitOrSend(op, opts, cl=None, feedback_fn=None):
2278
  """Wrapper around SubmitOpCode or SendJob.
2279

2280
  This function will decide, based on the 'opts' parameter, whether to
2281
  submit and wait for the result of the opcode (and return it), or
2282
  whether to just send the job and print its identifier. It is used in
2283
  order to simplify the implementation of the '--submit' option.
2284

2285
  It will also process the opcodes if we're sending the via SendJob
2286
  (otherwise SubmitOpCode does it).
2287

2288
  """
2289
  if opts and opts.submit_only:
2290
    job = [op]
2291
    SetGenericOpcodeOpts(job, opts)
2292
    job_id = SendJob(job, cl=cl)
2293
    if opts.print_jobid:
2294
      ToStdout("%d" % job_id)
2295
    raise JobSubmittedException(job_id)
2296
  else:
2297
    return SubmitOpCode(op, cl=cl, feedback_fn=feedback_fn, opts=opts)
2298

    
2299

    
2300
def _InitReasonTrail(op, opts):
2301
  """Builds the first part of the reason trail
2302

2303
  Builds the initial part of the reason trail, adding the user provided reason
2304
  (if it exists) and the name of the command starting the operation.
2305

2306
  @param op: the opcode the reason trail will be added to
2307
  @param opts: the command line options selected by the user
2308

2309
  """
2310
  assert len(sys.argv) >= 2
2311
  trail = []
2312

    
2313
  if opts.reason:
2314
    trail.append((constants.OPCODE_REASON_SRC_USER,
2315
                  opts.reason,
2316
                  utils.EpochNano()))
2317

    
2318
  binary = os.path.basename(sys.argv[0])
2319
  source = "%s:%s" % (constants.OPCODE_REASON_SRC_CLIENT, binary)
2320
  command = sys.argv[1]
2321
  trail.append((source, command, utils.EpochNano()))
2322
  op.reason = trail
2323

    
2324

    
2325
def SetGenericOpcodeOpts(opcode_list, options):
2326
  """Processor for generic options.
2327

2328
  This function updates the given opcodes based on generic command
2329
  line options (like debug, dry-run, etc.).
2330

2331
  @param opcode_list: list of opcodes
2332
  @param options: command line options or None
2333
  @return: None (in-place modification)
2334

2335
  """
2336
  if not options:
2337
    return
2338
  for op in opcode_list:
2339
    op.debug_level = options.debug
2340
    if hasattr(options, "dry_run"):
2341
      op.dry_run = options.dry_run
2342
    if getattr(options, "priority", None) is not None:
2343
      op.priority = options.priority
2344
    _InitReasonTrail(op, options)
2345

    
2346

    
2347
def GetClient(query=False):
2348
  """Connects to the a luxi socket and returns a client.
2349

2350
  @type query: boolean
2351
  @param query: this signifies that the client will only be
2352
      used for queries; if the build-time parameter
2353
      enable-split-queries is enabled, then the client will be
2354
      connected to the query socket instead of the masterd socket
2355

2356
  """
2357
  override_socket = os.getenv(constants.LUXI_OVERRIDE, "")
2358
  if override_socket:
2359
    if override_socket == constants.LUXI_OVERRIDE_MASTER:
2360
      address = pathutils.MASTER_SOCKET
2361
    elif override_socket == constants.LUXI_OVERRIDE_QUERY:
2362
      address = pathutils.QUERY_SOCKET
2363
    else:
2364
      address = override_socket
2365
  elif query and constants.ENABLE_SPLIT_QUERY:
2366
    address = pathutils.QUERY_SOCKET
2367
  else:
2368
    address = None
2369
  # TODO: Cache object?
2370
  try:
2371
    client = luxi.Client(address=address)
2372
  except luxi.NoMasterError:
2373
    ss = ssconf.SimpleStore()
2374

    
2375
    # Try to read ssconf file
2376
    try:
2377
      ss.GetMasterNode()
2378
    except errors.ConfigurationError:
2379
      raise errors.OpPrereqError("Cluster not initialized or this machine is"
2380
                                 " not part of a cluster",
2381
                                 errors.ECODE_INVAL)
2382

    
2383
    master, myself = ssconf.GetMasterAndMyself(ss=ss)
2384
    if master != myself:
2385
      raise errors.OpPrereqError("This is not the master node, please connect"
2386
                                 " to node '%s' and rerun the command" %
2387
                                 master, errors.ECODE_INVAL)
2388
    raise
2389
  return client
2390

    
2391

    
2392
def FormatError(err):
2393
  """Return a formatted error message for a given error.
2394

2395
  This function takes an exception instance and returns a tuple
2396
  consisting of two values: first, the recommended exit code, and
2397
  second, a string describing the error message (not
2398
  newline-terminated).
2399

2400
  """
2401
  retcode = 1
2402
  obuf = StringIO()
2403
  msg = str(err)
2404
  if isinstance(err, errors.ConfigurationError):
2405
    txt = "Corrupt configuration file: %s" % msg
2406
    logging.error(txt)
2407
    obuf.write(txt + "\n")
2408
    obuf.write("Aborting.")
2409
    retcode = 2
2410
  elif isinstance(err, errors.HooksAbort):
2411
    obuf.write("Failure: hooks execution failed:\n")
2412
    for node, script, out in err.args[0]:
2413
      if out:
2414
        obuf.write("  node: %s, script: %s, output: %s\n" %
2415
                   (node, script, out))
2416
      else:
2417
        obuf.write("  node: %s, script: %s (no output)\n" %
2418
                   (node, script))
2419
  elif isinstance(err, errors.HooksFailure):
2420
    obuf.write("Failure: hooks general failure: %s" % msg)
2421
  elif isinstance(err, errors.ResolverError):
2422
    this_host = netutils.Hostname.GetSysName()
2423
    if err.args[0] == this_host:
2424
      msg = "Failure: can't resolve my own hostname ('%s')"
2425
    else:
2426
      msg = "Failure: can't resolve hostname '%s'"
2427
    obuf.write(msg % err.args[0])
2428
  elif isinstance(err, errors.OpPrereqError):
2429
    if len(err.args) == 2:
2430
      obuf.write("Failure: prerequisites not met for this"
2431
                 " operation:\nerror type: %s, error details:\n%s" %
2432
                 (err.args[1], err.args[0]))
2433
    else:
2434
      obuf.write("Failure: prerequisites not met for this"
2435
                 " operation:\n%s" % msg)
2436
  elif isinstance(err, errors.OpExecError):
2437
    obuf.write("Failure: command execution error:\n%s" % msg)
2438
  elif isinstance(err, errors.TagError):
2439
    obuf.write("Failure: invalid tag(s) given:\n%s" % msg)
2440
  elif isinstance(err, errors.JobQueueDrainError):
2441
    obuf.write("Failure: the job queue is marked for drain and doesn't"
2442
               " accept new requests\n")
2443
  elif isinstance(err, errors.JobQueueFull):
2444
    obuf.write("Failure: the job queue is full and doesn't accept new"
2445
               " job submissions until old jobs are archived\n")
2446
  elif isinstance(err, errors.TypeEnforcementError):
2447
    obuf.write("Parameter Error: %s" % msg)
2448
  elif isinstance(err, errors.ParameterError):
2449
    obuf.write("Failure: unknown/wrong parameter name '%s'" % msg)
2450
  elif isinstance(err, luxi.NoMasterError):
2451
    if err.args[0] == pathutils.MASTER_SOCKET:
2452
      daemon = "the master daemon"
2453
    elif err.args[0] == pathutils.QUERY_SOCKET:
2454
      daemon = "the config daemon"
2455
    else:
2456
      daemon = "socket '%s'" % str(err.args[0])
2457
    obuf.write("Cannot communicate with %s.\nIs the process running"
2458
               " and listening for connections?" % daemon)
2459
  elif isinstance(err, luxi.TimeoutError):
2460
    obuf.write("Timeout while talking to the master daemon. Jobs might have"
2461
               " been submitted and will continue to run even if the call"
2462
               " timed out. Useful commands in this situation are \"gnt-job"
2463
               " list\", \"gnt-job cancel\" and \"gnt-job watch\". Error:\n")
2464
    obuf.write(msg)
2465
  elif isinstance(err, luxi.PermissionError):
2466
    obuf.write("It seems you don't have permissions to connect to the"
2467
               " master daemon.\nPlease retry as a different user.")
2468
  elif isinstance(err, luxi.ProtocolError):
2469
    obuf.write("Unhandled protocol error while talking to the master daemon:\n"
2470
               "%s" % msg)
2471
  elif isinstance(err, errors.JobLost):
2472
    obuf.write("Error checking job status: %s" % msg)
2473
  elif isinstance(err, errors.QueryFilterParseError):
2474
    obuf.write("Error while parsing query filter: %s\n" % err.args[0])
2475
    obuf.write("\n".join(err.GetDetails()))
2476
  elif isinstance(err, errors.GenericError):
2477
    obuf.write("Unhandled Ganeti error: %s" % msg)
2478
  elif isinstance(err, JobSubmittedException):
2479
    obuf.write("JobID: %s\n" % err.args[0])
2480
    retcode = 0
2481
  else:
2482
    obuf.write("Unhandled exception: %s" % msg)
2483
  return retcode, obuf.getvalue().rstrip("\n")
2484

    
2485

    
2486
def GenericMain(commands, override=None, aliases=None,
2487
                env_override=frozenset()):
2488
  """Generic main function for all the gnt-* commands.
2489

2490
  @param commands: a dictionary with a special structure, see the design doc
2491
                   for command line handling.
2492
  @param override: if not None, we expect a dictionary with keys that will
2493
                   override command line options; this can be used to pass
2494
                   options from the scripts to generic functions
2495
  @param aliases: dictionary with command aliases {'alias': 'target, ...}
2496
  @param env_override: list of environment names which are allowed to submit
2497
                       default args for commands
2498

2499
  """
2500
  # save the program name and the entire command line for later logging
2501
  if sys.argv:
2502
    binary = os.path.basename(sys.argv[0])
2503
    if not binary:
2504
      binary = sys.argv[0]
2505

    
2506
    if len(sys.argv) >= 2:
2507
      logname = utils.ShellQuoteArgs([binary, sys.argv[1]])
2508
    else:
2509
      logname = binary
2510

    
2511
    cmdline = utils.ShellQuoteArgs([binary] + sys.argv[1:])
2512
  else:
2513
    binary = "<unknown program>"
2514
    cmdline = "<unknown>"
2515

    
2516
  if aliases is None:
2517
    aliases = {}
2518

    
2519
  try:
2520
    (func, options, args) = _ParseArgs(binary, sys.argv, commands, aliases,
2521
                                       env_override)
2522
  except _ShowVersion:
2523
    ToStdout("%s (ganeti %s) %s", binary, constants.VCS_VERSION,
2524
             constants.RELEASE_VERSION)
2525
    return constants.EXIT_SUCCESS
2526
  except _ShowUsage, err:
2527
    for line in _FormatUsage(binary, commands):
2528
      ToStdout(line)
2529

    
2530
    if err.exit_error:
2531
      return constants.EXIT_FAILURE
2532
    else:
2533
      return constants.EXIT_SUCCESS
2534
  except errors.ParameterError, err:
2535
    result, err_msg = FormatError(err)
2536
    ToStderr(err_msg)
2537
    return 1
2538

    
2539
  if func is None: # parse error
2540
    return 1
2541

    
2542
  if override is not None:
2543
    for key, val in override.iteritems():
2544
      setattr(options, key, val)
2545

    
2546
  utils.SetupLogging(pathutils.LOG_COMMANDS, logname, debug=options.debug,
2547
                     stderr_logging=True)
2548

    
2549
  logging.info("Command line: %s", cmdline)
2550

    
2551
  try:
2552
    result = func(options, args)
2553
  except (errors.GenericError, luxi.ProtocolError,
2554
          JobSubmittedException), err:
2555
    result, err_msg = FormatError(err)
2556
    logging.exception("Error during command processing")
2557
    ToStderr(err_msg)
2558
  except KeyboardInterrupt:
2559
    result = constants.EXIT_FAILURE
2560
    ToStderr("Aborted. Note that if the operation created any jobs, they"
2561
             " might have been submitted and"
2562
             " will continue to run in the background.")
2563
  except IOError, err:
2564
    if err.errno == errno.EPIPE:
2565
      # our terminal went away, we'll exit
2566
      sys.exit(constants.EXIT_FAILURE)
2567
    else:
2568
      raise
2569

    
2570
  return result
2571

    
2572

    
2573
def ParseNicOption(optvalue):
2574
  """Parses the value of the --net option(s).
2575

2576
  """
2577
  try:
2578
    nic_max = max(int(nidx[0]) + 1 for nidx in optvalue)
2579
  except (TypeError, ValueError), err:
2580
    raise errors.OpPrereqError("Invalid NIC index passed: %s" % str(err),
2581
                               errors.ECODE_INVAL)
2582

    
2583
  nics = [{}] * nic_max
2584
  for nidx, ndict in optvalue:
2585
    nidx = int(nidx)
2586

    
2587
    if not isinstance(ndict, dict):
2588
      raise errors.OpPrereqError("Invalid nic/%d value: expected dict,"
2589
                                 " got %s" % (nidx, ndict), errors.ECODE_INVAL)
2590

    
2591
    utils.ForceDictType(ndict, constants.INIC_PARAMS_TYPES)
2592

    
2593
    nics[nidx] = ndict
2594

    
2595
  return nics
2596

    
2597

    
2598
def GenericInstanceCreate(mode, opts, args):
2599
  """Add an instance to the cluster via either creation or import.
2600

2601
  @param mode: constants.INSTANCE_CREATE or constants.INSTANCE_IMPORT
2602
  @param opts: the command line options selected by the user
2603
  @type args: list
2604
  @param args: should contain only one element, the new instance name
2605
  @rtype: int
2606
  @return: the desired exit code
2607

2608
  """
2609
  instance = args[0]
2610

    
2611
  (pnode, snode) = SplitNodeOption(opts.node)
2612

    
2613
  hypervisor = None
2614
  hvparams = {}
2615
  if opts.hypervisor:
2616
    hypervisor, hvparams = opts.hypervisor
2617

    
2618
  if opts.nics:
2619
    nics = ParseNicOption(opts.nics)
2620
  elif opts.no_nics:
2621
    # no nics
2622
    nics = []
2623
  elif mode == constants.INSTANCE_CREATE:
2624
    # default of one nic, all auto
2625
    nics = [{}]
2626
  else:
2627
    # mode == import
2628
    nics = []
2629

    
2630
  if opts.disk_template == constants.DT_DISKLESS:
2631
    if opts.disks or opts.sd_size is not None:
2632
      raise errors.OpPrereqError("Diskless instance but disk"
2633
                                 " information passed", errors.ECODE_INVAL)
2634
    disks = []
2635
  else:
2636
    if (not opts.disks and not opts.sd_size
2637
        and mode == constants.INSTANCE_CREATE):
2638
      raise errors.OpPrereqError("No disk information specified",
2639
                                 errors.ECODE_INVAL)
2640
    if opts.disks and opts.sd_size is not None:
2641
      raise errors.OpPrereqError("Please use either the '--disk' or"
2642
                                 " '-s' option", errors.ECODE_INVAL)
2643
    if opts.sd_size is not None:
2644
      opts.disks = [(0, {constants.IDISK_SIZE: opts.sd_size})]
2645

    
2646
    if opts.disks:
2647
      try:
2648
        disk_max = max(int(didx[0]) + 1 for didx in opts.disks)
2649
      except ValueError, err:
2650
        raise errors.OpPrereqError("Invalid disk index passed: %s" % str(err),
2651
                                   errors.ECODE_INVAL)
2652
      disks = [{}] * disk_max
2653
    else:
2654
      disks = []
2655
    for didx, ddict in opts.disks:
2656
      didx = int(didx)
2657
      if not isinstance(ddict, dict):
2658
        msg = "Invalid disk/%d value: expected dict, got %s" % (didx, ddict)
2659
        raise errors.OpPrereqError(msg, errors.ECODE_INVAL)
2660
      elif constants.IDISK_SIZE in ddict:
2661
        if constants.IDISK_ADOPT in ddict:
2662
          raise errors.OpPrereqError("Only one of 'size' and 'adopt' allowed"
2663
                                     " (disk %d)" % didx, errors.ECODE_INVAL)
2664
        try:
2665
          ddict[constants.IDISK_SIZE] = \
2666
            utils.ParseUnit(ddict[constants.IDISK_SIZE])
2667
        except ValueError, err:
2668
          raise errors.OpPrereqError("Invalid disk size for disk %d: %s" %
2669
                                     (didx, err), errors.ECODE_INVAL)
2670
      elif constants.IDISK_ADOPT in ddict:
2671
        if constants.IDISK_SPINDLES in ddict:
2672
          raise errors.OpPrereqError("spindles is not a valid option when"
2673
                                     " adopting a disk", errors.ECODE_INVAL)
2674
        if mode == constants.INSTANCE_IMPORT:
2675
          raise errors.OpPrereqError("Disk adoption not allowed for instance"
2676
                                     " import", errors.ECODE_INVAL)
2677
        ddict[constants.IDISK_SIZE] = 0
2678
      else:
2679
        raise errors.OpPrereqError("Missing size or adoption source for"
2680
                                   " disk %d" % didx, errors.ECODE_INVAL)
2681
      disks[didx] = ddict
2682

    
2683
  if opts.tags is not None:
2684
    tags = opts.tags.split(",")
2685
  else:
2686
    tags = []
2687

    
2688
  utils.ForceDictType(opts.beparams, constants.BES_PARAMETER_COMPAT)
2689
  utils.ForceDictType(hvparams, constants.HVS_PARAMETER_TYPES)
2690

    
2691
  if mode == constants.INSTANCE_CREATE:
2692
    start = opts.start
2693
    os_type = opts.os
2694
    force_variant = opts.force_variant
2695
    src_node = None
2696
    src_path = None
2697
    no_install = opts.no_install
2698
    identify_defaults = False
2699
  elif mode == constants.INSTANCE_IMPORT:
2700
    start = False
2701
    os_type = None
2702
    force_variant = False
2703
    src_node = opts.src_node
2704
    src_path = opts.src_dir
2705
    no_install = None
2706
    identify_defaults = opts.identify_defaults
2707
  else:
2708
    raise errors.ProgrammerError("Invalid creation mode %s" % mode)
2709

    
2710
  op = opcodes.OpInstanceCreate(instance_name=instance,
2711
                                disks=disks,
2712
                                disk_template=opts.disk_template,
2713
                                nics=nics,
2714
                                conflicts_check=opts.conflicts_check,
2715
                                pnode=pnode, snode=snode,
2716
                                ip_check=opts.ip_check,
2717
                                name_check=opts.name_check,
2718
                                wait_for_sync=opts.wait_for_sync,
2719
                                file_storage_dir=opts.file_storage_dir,
2720
                                file_driver=opts.file_driver,
2721
                                iallocator=opts.iallocator,
2722
                                hypervisor=hypervisor,
2723
                                hvparams=hvparams,
2724
                                beparams=opts.beparams,
2725
                                osparams=opts.osparams,
2726
                                mode=mode,
2727
                                start=start,
2728
                                os_type=os_type,
2729
                                force_variant=force_variant,
2730
                                src_node=src_node,
2731
                                src_path=src_path,
2732
                                tags=tags,
2733
                                no_install=no_install,
2734
                                identify_defaults=identify_defaults,
2735
                                ignore_ipolicy=opts.ignore_ipolicy)
2736

    
2737
  SubmitOrSend(op, opts)
2738
  return 0
2739

    
2740

    
2741
class _RunWhileClusterStoppedHelper:
2742
  """Helper class for L{RunWhileClusterStopped} to simplify state management
2743

2744
  """
2745
  def __init__(self, feedback_fn, cluster_name, master_node, online_nodes):
2746
    """Initializes this class.
2747

2748
    @type feedback_fn: callable
2749
    @param feedback_fn: Feedback function
2750
    @type cluster_name: string
2751
    @param cluster_name: Cluster name
2752
    @type master_node: string
2753
    @param master_node Master node name
2754
    @type online_nodes: list
2755
    @param online_nodes: List of names of online nodes
2756

2757
    """
2758
    self.feedback_fn = feedback_fn
2759
    self.cluster_name = cluster_name
2760
    self.master_node = master_node
2761
    self.online_nodes = online_nodes
2762

    
2763
    self.ssh = ssh.SshRunner(self.cluster_name)
2764

    
2765
    self.nonmaster_nodes = [name for name in online_nodes
2766
                            if name != master_node]
2767

    
2768
    assert self.master_node not in self.nonmaster_nodes
2769

    
2770
  def _RunCmd(self, node_name, cmd):
2771
    """Runs a command on the local or a remote machine.
2772

2773
    @type node_name: string
2774
    @param node_name: Machine name
2775
    @type cmd: list
2776
    @param cmd: Command
2777

2778
    """
2779
    if node_name is None or node_name == self.master_node:
2780
      # No need to use SSH
2781
      result = utils.RunCmd(cmd)
2782
    else:
2783
      result = self.ssh.Run(node_name, constants.SSH_LOGIN_USER,
2784
                            utils.ShellQuoteArgs(cmd))
2785

    
2786
    if result.failed:
2787
      errmsg = ["Failed to run command %s" % result.cmd]
2788
      if node_name:
2789
        errmsg.append("on node %s" % node_name)
2790
      errmsg.append(": exitcode %s and error %s" %
2791
                    (result.exit_code, result.output))
2792
      raise errors.OpExecError(" ".join(errmsg))
2793

    
2794
  def Call(self, fn, *args):
2795
    """Call function while all daemons are stopped.
2796

2797
    @type fn: callable
2798
    @param fn: Function to be called
2799

2800
    """
2801
    # Pause watcher by acquiring an exclusive lock on watcher state file
2802
    self.feedback_fn("Blocking watcher")
2803
    watcher_block = utils.FileLock.Open(pathutils.WATCHER_LOCK_FILE)
2804
    try:
2805
      # TODO: Currently, this just blocks. There's no timeout.
2806
      # TODO: Should it be a shared lock?
2807
      watcher_block.Exclusive(blocking=True)
2808

    
2809
      # Stop master daemons, so that no new jobs can come in and all running
2810
      # ones are finished
2811
      self.feedback_fn("Stopping master daemons")
2812
      self._RunCmd(None, [pathutils.DAEMON_UTIL, "stop-master"])
2813
      try:
2814
        # Stop daemons on all nodes
2815
        for node_name in self.online_nodes:
2816
          self.feedback_fn("Stopping daemons on %s" % node_name)
2817
          self._RunCmd(node_name, [pathutils.DAEMON_UTIL, "stop-all"])
2818

    
2819
        # All daemons are shut down now
2820
        try:
2821
          return fn(self, *args)
2822
        except Exception, err:
2823
          _, errmsg = FormatError(err)
2824
          logging.exception("Caught exception")
2825
          self.feedback_fn(errmsg)
2826
          raise
2827
      finally:
2828
        # Start cluster again, master node last
2829
        for node_name in self.nonmaster_nodes + [self.master_node]:
2830
          self.feedback_fn("Starting daemons on %s" % node_name)
2831
          self._RunCmd(node_name, [pathutils.DAEMON_UTIL, "start-all"])
2832
    finally:
2833
      # Resume watcher
2834
      watcher_block.Close()
2835

    
2836

    
2837
def RunWhileClusterStopped(feedback_fn, fn, *args):
2838
  """Calls a function while all cluster daemons are stopped.
2839

2840
  @type feedback_fn: callable
2841
  @param feedback_fn: Feedback function
2842
  @type fn: callable
2843
  @param fn: Function to be called when daemons are stopped
2844

2845
  """
2846
  feedback_fn("Gathering cluster information")
2847

    
2848
  # This ensures we're running on the master daemon
2849
  cl = GetClient()
2850

    
2851
  (cluster_name, master_node) = \
2852
    cl.QueryConfigValues(["cluster_name", "master_node"])
2853

    
2854
  online_nodes = GetOnlineNodes([], cl=cl)
2855

    
2856
  # Don't keep a reference to the client. The master daemon will go away.
2857
  del cl
2858

    
2859
  assert master_node in online_nodes
2860

    
2861
  return _RunWhileClusterStoppedHelper(feedback_fn, cluster_name, master_node,
2862
                                       online_nodes).Call(fn, *args)
2863

    
2864

    
2865
def GenerateTable(headers, fields, separator, data,
2866
                  numfields=None, unitfields=None,
2867
                  units=None):
2868
  """Prints a table with headers and different fields.
2869

2870
  @type headers: dict
2871
  @param headers: dictionary mapping field names to headers for
2872
      the table
2873
  @type fields: list
2874
  @param fields: the field names corresponding to each row in
2875
      the data field
2876
  @param separator: the separator to be used; if this is None,
2877
      the default 'smart' algorithm is used which computes optimal
2878
      field width, otherwise just the separator is used between
2879
      each field
2880
  @type data: list
2881
  @param data: a list of lists, each sublist being one row to be output
2882
  @type numfields: list
2883
  @param numfields: a list with the fields that hold numeric
2884
      values and thus should be right-aligned
2885
  @type unitfields: list
2886
  @param unitfields: a list with the fields that hold numeric
2887
      values that should be formatted with the units field
2888
  @type units: string or None
2889
  @param units: the units we should use for formatting, or None for
2890
      automatic choice (human-readable for non-separator usage, otherwise
2891
      megabytes); this is a one-letter string
2892

2893
  """
2894
  if units is None:
2895
    if separator:
2896
      units = "m"
2897
    else:
2898
      units = "h"
2899

    
2900
  if numfields is None:
2901
    numfields = []
2902
  if unitfields is None:
2903
    unitfields = []
2904

    
2905
  numfields = utils.FieldSet(*numfields)   # pylint: disable=W0142
2906
  unitfields = utils.FieldSet(*unitfields) # pylint: disable=W0142
2907

    
2908
  format_fields = []
2909
  for field in fields:
2910
    if headers and field not in headers:
2911
      # TODO: handle better unknown fields (either revert to old
2912
      # style of raising exception, or deal more intelligently with
2913
      # variable fields)
2914
      headers[field] = field
2915
    if separator is not None:
2916
      format_fields.append("%s")
2917
    elif numfields.Matches(field):
2918
      format_fields.append("%*s")
2919
    else:
2920
      format_fields.append("%-*s")
2921

    
2922
  if separator is None:
2923
    mlens = [0 for name in fields]
2924
    format_str = " ".join(format_fields)
2925
  else:
2926
    format_str = separator.replace("%", "%%").join(format_fields)
2927

    
2928
  for row in data:
2929
    if row is None:
2930
      continue
2931
    for idx, val in enumerate(row):
2932
      if unitfields.Matches(fields[idx]):
2933
        try:
2934
          val = int(val)
2935
        except (TypeError, ValueError):
2936
          pass
2937
        else:
2938
          val = row[idx] = utils.FormatUnit(val, units)
2939
      val = row[idx] = str(val)
2940
      if separator is None:
2941
        mlens[idx] = max(mlens[idx], len(val))
2942

    
2943
  result = []
2944
  if headers:
2945
    args = []
2946
    for idx, name in enumerate(fields):
2947
      hdr = headers[name]
2948
      if separator is None:
2949
        mlens[idx] = max(mlens[idx], len(hdr))
2950
        args.append(mlens[idx])
2951
      args.append(hdr)
2952
    result.append(format_str % tuple(args))
2953

    
2954
  if separator is None:
2955
    assert len(mlens) == len(fields)
2956

    
2957
    if fields and not numfields.Matches(fields[-1]):
2958
      mlens[-1] = 0
2959

    
2960
  for line in data:
2961
    args = []
2962
    if line is None:
2963
      line = ["-" for _ in fields]
2964
    for idx in range(len(fields)):
2965
      if separator is None:
2966
        args.append(mlens[idx])
2967
      args.append(line[idx])
2968
    result.append(format_str % tuple(args))
2969

    
2970
  return result
2971

    
2972

    
2973
def _FormatBool(value):
2974
  """Formats a boolean value as a string.
2975

2976
  """
2977
  if value:
2978
    return "Y"
2979
  return "N"
2980

    
2981

    
2982
#: Default formatting for query results; (callback, align right)
2983
_DEFAULT_FORMAT_QUERY = {
2984
  constants.QFT_TEXT: (str, False),
2985
  constants.QFT_BOOL: (_FormatBool, False),
2986
  constants.QFT_NUMBER: (str, True),
2987
  constants.QFT_TIMESTAMP: (utils.FormatTime, False),
2988
  constants.QFT_OTHER: (str, False),
2989
  constants.QFT_UNKNOWN: (str, False),
2990
  }
2991

    
2992

    
2993
def _GetColumnFormatter(fdef, override, unit):
2994
  """Returns formatting function for a field.
2995

2996
  @type fdef: L{objects.QueryFieldDefinition}
2997
  @type override: dict
2998
  @param override: Dictionary for overriding field formatting functions,
2999
    indexed by field name, contents like L{_DEFAULT_FORMAT_QUERY}
3000
  @type unit: string
3001
  @param unit: Unit used for formatting fields of type L{constants.QFT_UNIT}
3002
  @rtype: tuple; (callable, bool)
3003
  @return: Returns the function to format a value (takes one parameter) and a
3004
    boolean for aligning the value on the right-hand side
3005

3006
  """
3007
  fmt = override.get(fdef.name, None)
3008
  if fmt is not None:
3009
    return fmt
3010

    
3011
  assert constants.QFT_UNIT not in _DEFAULT_FORMAT_QUERY
3012

    
3013
  if fdef.kind == constants.QFT_UNIT:
3014
    # Can't keep this information in the static dictionary
3015
    return (lambda value: utils.FormatUnit(value, unit), True)
3016

    
3017
  fmt = _DEFAULT_FORMAT_QUERY.get(fdef.kind, None)
3018
  if fmt is not None:
3019
    return fmt
3020

    
3021
  raise NotImplementedError("Can't format column type '%s'" % fdef.kind)
3022

    
3023

    
3024
class _QueryColumnFormatter:
3025
  """Callable class for formatting fields of a query.
3026

3027
  """
3028
  def __init__(self, fn, status_fn, verbose):
3029
    """Initializes this class.
3030

3031
    @type fn: callable
3032
    @param fn: Formatting function
3033
    @type status_fn: callable
3034
    @param status_fn: Function to report fields' status
3035
    @type verbose: boolean
3036
    @param verbose: whether to use verbose field descriptions or not
3037

3038
    """
3039
    self._fn = fn
3040
    self._status_fn = status_fn
3041
    self._verbose = verbose
3042

    
3043
  def __call__(self, data):
3044
    """Returns a field's string representation.
3045

3046
    """
3047
    (status, value) = data
3048

    
3049
    # Report status
3050
    self._status_fn(status)
3051

    
3052
    if status == constants.RS_NORMAL:
3053
      return self._fn(value)
3054

    
3055
    assert value is None, \
3056
           "Found value %r for abnormal status %s" % (value, status)
3057

    
3058
    return FormatResultError(status, self._verbose)
3059

    
3060

    
3061
def FormatResultError(status, verbose):
3062
  """Formats result status other than L{constants.RS_NORMAL}.
3063

3064
  @param status: The result status
3065
  @type verbose: boolean
3066
  @param verbose: Whether to return the verbose text
3067
  @return: Text of result status
3068

3069
  """
3070
  assert status != constants.RS_NORMAL, \
3071
         "FormatResultError called with status equal to constants.RS_NORMAL"
3072
  try:
3073
    (verbose_text, normal_text) = constants.RSS_DESCRIPTION[status]
3074
  except KeyError:
3075
    raise NotImplementedError("Unknown status %s" % status)
3076
  else:
3077
    if verbose:
3078
      return verbose_text
3079
    return normal_text
3080

    
3081

    
3082
def FormatQueryResult(result, unit=None, format_override=None, separator=None,
3083
                      header=False, verbose=False):
3084
  """Formats data in L{objects.QueryResponse}.
3085

3086
  @type result: L{objects.QueryResponse}
3087
  @param result: result of query operation
3088
  @type unit: string
3089
  @param unit: Unit used for formatting fields of type L{constants.QFT_UNIT},
3090
    see L{utils.text.FormatUnit}
3091
  @type format_override: dict
3092
  @param format_override: Dictionary for overriding field formatting functions,
3093
    indexed by field name, contents like L{_DEFAULT_FORMAT_QUERY}
3094
  @type separator: string or None
3095
  @param separator: String used to separate fields
3096
  @type header: bool
3097
  @param header: Whether to output header row
3098
  @type verbose: boolean
3099
  @param verbose: whether to use verbose field descriptions or not
3100

3101
  """
3102
  if unit is None:
3103
    if separator:
3104
      unit = "m"
3105
    else:
3106
      unit = "h"
3107

    
3108
  if format_override is None:
3109
    format_override = {}
3110

    
3111
  stats = dict.fromkeys(constants.RS_ALL, 0)
3112

    
3113
  def _RecordStatus(status):
3114
    if status in stats:
3115
      stats[status] += 1
3116

    
3117
  columns = []
3118
  for fdef in result.fields:
3119
    assert fdef.title and fdef.name
3120
    (fn, align_right) = _GetColumnFormatter(fdef, format_override, unit)
3121
    columns.append(TableColumn(fdef.title,
3122
                               _QueryColumnFormatter(fn, _RecordStatus,
3123
                                                     verbose),
3124
                               align_right))
3125

    
3126
  table = FormatTable(result.data, columns, header, separator)
3127

    
3128
  # Collect statistics
3129
  assert len(stats) == len(constants.RS_ALL)
3130
  assert compat.all(count >= 0 for count in stats.values())
3131

    
3132
  # Determine overall status. If there was no data, unknown fields must be
3133
  # detected via the field definitions.
3134
  if (stats[constants.RS_UNKNOWN] or
3135
      (not result.data and _GetUnknownFields(result.fields))):
3136
    status = QR_UNKNOWN
3137
  elif compat.any(count > 0 for key, count in stats.items()
3138
                  if key != constants.RS_NORMAL):
3139
    status = QR_INCOMPLETE
3140
  else:
3141
    status = QR_NORMAL
3142

    
3143
  return (status, table)
3144

    
3145

    
3146
def _GetUnknownFields(fdefs):
3147
  """Returns list of unknown fields included in C{fdefs}.
3148

3149
  @type fdefs: list of L{objects.QueryFieldDefinition}
3150

3151
  """
3152
  return [fdef for fdef in fdefs
3153
          if fdef.kind == constants.QFT_UNKNOWN]
3154

    
3155

    
3156
def _WarnUnknownFields(fdefs):
3157
  """Prints a warning to stderr if a query included unknown fields.
3158

3159
  @type fdefs: list of L{objects.QueryFieldDefinition}
3160

3161
  """
3162
  unknown = _GetUnknownFields(fdefs)
3163
  if unknown:
3164
    ToStderr("Warning: Queried for unknown fields %s",
3165
             utils.CommaJoin(fdef.name for fdef in unknown))
3166
    return True
3167

    
3168
  return False
3169

    
3170

    
3171
def GenericList(resource, fields, names, unit, separator, header, cl=None,
3172
                format_override=None, verbose=False, force_filter=False,
3173
                namefield=None, qfilter=None, isnumeric=False):
3174
  """Generic implementation for listing all items of a resource.
3175

3176
  @param resource: One of L{constants.QR_VIA_LUXI}
3177
  @type fields: list of strings
3178
  @param fields: List of fields to query for
3179
  @type names: list of strings
3180
  @param names: Names of items to query for
3181
  @type unit: string or None
3182
  @param unit: Unit used for formatting fields of type L{constants.QFT_UNIT} or
3183
    None for automatic choice (human-readable for non-separator usage,
3184
    otherwise megabytes); this is a one-letter string
3185
  @type separator: string or None
3186
  @param separator: String used to separate fields
3187
  @type header: bool
3188
  @param header: Whether to show header row
3189
  @type force_filter: bool
3190
  @param force_filter: Whether to always treat names as filter
3191
  @type format_override: dict
3192
  @param format_override: Dictionary for overriding field formatting functions,
3193
    indexed by field name, contents like L{_DEFAULT_FORMAT_QUERY}
3194
  @type verbose: boolean
3195
  @param verbose: whether to use verbose field descriptions or not
3196
  @type namefield: string
3197
  @param namefield: Name of field to use for simple filters (see
3198
    L{qlang.MakeFilter} for details)
3199
  @type qfilter: list or None
3200
  @param qfilter: Query filter (in addition to names)
3201
  @param isnumeric: bool
3202
  @param isnumeric: Whether the namefield's type is numeric, and therefore
3203
    any simple filters built by namefield should use integer values to
3204
    reflect that
3205

3206
  """
3207
  if not names:
3208
    names = None
3209

    
3210
  namefilter = qlang.MakeFilter(names, force_filter, namefield=namefield,
3211
                                isnumeric=isnumeric)
3212

    
3213
  if qfilter is None:
3214
    qfilter = namefilter
3215
  elif namefilter is not None:
3216
    qfilter = [qlang.OP_AND, namefilter, qfilter]
3217

    
3218
  if cl is None:
3219
    cl = GetClient()
3220

    
3221
  response = cl.Query(resource, fields, qfilter)
3222

    
3223
  found_unknown = _WarnUnknownFields(response.fields)
3224

    
3225
  (status, data) = FormatQueryResult(response, unit=unit, separator=separator,
3226
                                     header=header,
3227
                                     format_override=format_override,
3228
                                     verbose=verbose)
3229

    
3230
  for line in data:
3231
    ToStdout(line)
3232

    
3233
  assert ((found_unknown and status == QR_UNKNOWN) or
3234
          (not found_unknown and status != QR_UNKNOWN))
3235

    
3236
  if status == QR_UNKNOWN:
3237
    return constants.EXIT_UNKNOWN_FIELD
3238

    
3239
  # TODO: Should the list command fail if not all data could be collected?
3240
  return constants.EXIT_SUCCESS
3241

    
3242

    
3243
def _FieldDescValues(fdef):
3244
  """Helper function for L{GenericListFields} to get query field description.
3245

3246
  @type fdef: L{objects.QueryFieldDefinition}
3247
  @rtype: list
3248

3249
  """
3250
  return [
3251
    fdef.name,
3252
    _QFT_NAMES.get(fdef.kind, fdef.kind),
3253
    fdef.title,
3254
    fdef.doc,
3255
    ]
3256

    
3257

    
3258
def GenericListFields(resource, fields, separator, header, cl=None):
3259
  """Generic implementation for listing fields for a resource.
3260

3261
  @param resource: One of L{constants.QR_VIA_LUXI}
3262
  @type fields: list of strings
3263
  @param fields: List of fields to query for
3264
  @type separator: string or None
3265
  @param separator: String used to separate fields
3266
  @type header: bool
3267
  @param header: Whether to show header row
3268

3269
  """
3270
  if cl is None:
3271
    cl = GetClient()
3272

    
3273
  if not fields:
3274
    fields = None
3275

    
3276
  response = cl.QueryFields(resource, fields)
3277

    
3278
  found_unknown = _WarnUnknownFields(response.fields)
3279

    
3280
  columns = [
3281
    TableColumn("Name", str, False),
3282
    TableColumn("Type", str, False),
3283
    TableColumn("Title", str, False),
3284
    TableColumn("Description", str, False),
3285
    ]
3286

    
3287
  rows = map(_FieldDescValues, response.fields)
3288

    
3289
  for line in FormatTable(rows, columns, header, separator):
3290
    ToStdout(line)
3291

    
3292
  if found_unknown:
3293
    return constants.EXIT_UNKNOWN_FIELD
3294

    
3295
  return constants.EXIT_SUCCESS
3296

    
3297

    
3298
class TableColumn:
3299
  """Describes a column for L{FormatTable}.
3300

3301
  """
3302
  def __init__(self, title, fn, align_right):
3303
    """Initializes this class.
3304

3305
    @type title: string
3306
    @param title: Column title
3307
    @type fn: callable
3308
    @param fn: Formatting function
3309
    @type align_right: bool
3310
    @param align_right: Whether to align values on the right-hand side
3311

3312
    """
3313
    self.title = title
3314
    self.format = fn
3315
    self.align_right = align_right
3316

    
3317

    
3318
def _GetColFormatString(width, align_right):
3319
  """Returns the format string for a field.
3320

3321
  """
3322
  if align_right:
3323
    sign = ""
3324
  else:
3325
    sign = "-"
3326

    
3327
  return "%%%s%ss" % (sign, width)
3328

    
3329

    
3330
def FormatTable(rows, columns, header, separator):
3331
  """Formats data as a table.
3332

3333
  @type rows: list of lists
3334
  @param rows: Row data, one list per row
3335
  @type columns: list of L{TableColumn}
3336
  @param columns: Column descriptions
3337
  @type header: bool
3338
  @param header: Whether to show header row
3339
  @type separator: string or None
3340
  @param separator: String used to separate columns
3341

3342
  """
3343
  if header:
3344
    data = [[col.title for col in columns]]
3345
    colwidth = [len(col.title) for col in columns]
3346
  else:
3347
    data = []
3348
    colwidth = [0 for _ in columns]
3349

    
3350
  # Format row data
3351
  for row in rows:
3352
    assert len(row) == len(columns)
3353

    
3354
    formatted = [col.format(value) for value, col in zip(row, columns)]
3355

    
3356
    if separator is None:
3357
      # Update column widths
3358
      for idx, (oldwidth, value) in enumerate(zip(colwidth, formatted)):
3359
        # Modifying a list's items while iterating is fine
3360
        colwidth[idx] = max(oldwidth, len(value))
3361

    
3362
    data.append(formatted)
3363

    
3364
  if separator is not None:
3365
    # Return early if a separator is used
3366
    return [separator.join(row) for row in data]
3367

    
3368
  if columns and not columns[-1].align_right:
3369
    # Avoid unnecessary spaces at end of line
3370
    colwidth[-1] = 0
3371

    
3372
  # Build format string
3373
  fmt = " ".join([_GetColFormatString(width, col.align_right)
3374
                  for col, width in zip(columns, colwidth)])
3375

    
3376
  return [fmt % tuple(row) for row in data]
3377

    
3378

    
3379
def FormatTimestamp(ts):
3380
  """Formats a given timestamp.
3381

3382
  @type ts: timestamp
3383
  @param ts: a timeval-type timestamp, a tuple of seconds and microseconds
3384

3385
  @rtype: string
3386
  @return: a string with the formatted timestamp
3387

3388
  """
3389
  if not isinstance(ts, (tuple, list)) or len(ts) != 2:
3390
    return "?"
3391

    
3392
  (sec, usecs) = ts
3393
  return utils.FormatTime(sec, usecs=usecs)
3394

    
3395

    
3396
def ParseTimespec(value):
3397
  """Parse a time specification.
3398

3399
  The following suffixed will be recognized:
3400

3401
    - s: seconds
3402
    - m: minutes
3403
    - h: hours
3404
    - d: day
3405
    - w: weeks
3406

3407
  Without any suffix, the value will be taken to be in seconds.
3408

3409
  """
3410
  value = str(value)
3411
  if not value:
3412
    raise errors.OpPrereqError("Empty time specification passed",
3413
                               errors.ECODE_INVAL)
3414
  suffix_map = {
3415
    "s": 1,
3416
    "m": 60,
3417
    "h": 3600,
3418
    "d": 86400,
3419
    "w": 604800,
3420
    }
3421
  if value[-1] not in suffix_map:
3422
    try:
3423
      value = int(value)
3424
    except (TypeError, ValueError):
3425
      raise errors.OpPrereqError("Invalid time specification '%s'" % value,
3426
                                 errors.ECODE_INVAL)
3427
  else:
3428
    multiplier = suffix_map[value[-1]]
3429
    value = value[:-1]
3430
    if not value: # no data left after stripping the suffix
3431
      raise errors.OpPrereqError("Invalid time specification (only"
3432
                                 " suffix passed)", errors.ECODE_INVAL)
3433
    try:
3434
      value = int(value) * multiplier
3435
    except (TypeError, ValueError):
3436
      raise errors.OpPrereqError("Invalid time specification '%s'" % value,
3437
                                 errors.ECODE_INVAL)
3438
  return value
3439

    
3440

    
3441
def GetOnlineNodes(nodes, cl=None, nowarn=False, secondary_ips=False,
3442
                   filter_master=False, nodegroup=None):
3443
  """Returns the names of online nodes.
3444

3445
  This function will also log a warning on stderr with the names of
3446
  the online nodes.
3447

3448
  @param nodes: if not empty, use only this subset of nodes (minus the
3449
      offline ones)
3450
  @param cl: if not None, luxi client to use
3451
  @type nowarn: boolean
3452
  @param nowarn: by default, this function will output a note with the
3453
      offline nodes that are skipped; if this parameter is True the
3454
      note is not displayed
3455
  @type secondary_ips: boolean
3456
  @param secondary_ips: if True, return the secondary IPs instead of the
3457
      names, useful for doing network traffic over the replication interface
3458
      (if any)
3459
  @type filter_master: boolean
3460
  @param filter_master: if True, do not return the master node in the list
3461
      (useful in coordination with secondary_ips where we cannot check our
3462
      node name against the list)
3463
  @type nodegroup: string
3464
  @param nodegroup: If set, only return nodes in this node group
3465

3466
  """
3467
  if cl is None:
3468
    cl = GetClient()
3469

    
3470
  qfilter = []
3471

    
3472
  if nodes:
3473
    qfilter.append(qlang.MakeSimpleFilter("name", nodes))
3474

    
3475
  if nodegroup is not None:
3476
    qfilter.append([qlang.OP_OR, [qlang.OP_EQUAL, "group", nodegroup],
3477
                                 [qlang.OP_EQUAL, "group.uuid", nodegroup]])
3478

    
3479
  if filter_master:
3480
    qfilter.append([qlang.OP_NOT, [qlang.OP_TRUE, "master"]])
3481

    
3482
  if qfilter:
3483
    if len(qfilter) > 1:
3484
      final_filter = [qlang.OP_AND] + qfilter
3485
    else:
3486
      assert len(qfilter) == 1
3487
      final_filter = qfilter[0]
3488
  else:
3489
    final_filter = None
3490

    
3491
  result = cl.Query(constants.QR_NODE, ["name", "offline", "sip"], final_filter)
3492

    
3493
  def _IsOffline(row):
3494
    (_, (_, offline), _) = row
3495
    return offline
3496

    
3497
  def _GetName(row):
3498
    ((_, name), _, _) = row
3499
    return name
3500

    
3501
  def _GetSip(row):
3502
    (_, _, (_, sip)) = row
3503
    return sip
3504

    
3505
  (offline, online) = compat.partition(result.data, _IsOffline)
3506

    
3507
  if offline and not nowarn:
3508
    ToStderr("Note: skipping offline node(s): %s" %
3509
             utils.CommaJoin(map(_GetName, offline)))
3510

    
3511
  if secondary_ips:
3512
    fn = _GetSip
3513
  else:
3514
    fn = _GetName
3515

    
3516
  return map(fn, online)
3517

    
3518

    
3519
def _ToStream(stream, txt, *args):
3520
  """Write a message to a stream, bypassing the logging system
3521

3522
  @type stream: file object
3523
  @param stream: the file to which we should write
3524
  @type txt: str
3525
  @param txt: the message
3526

3527
  """
3528
  try:
3529
    if args:
3530
      args = tuple(args)
3531
      stream.write(txt % args)
3532
    else:
3533
      stream.write(txt)
3534
    stream.write("\n")
3535
    stream.flush()
3536
  except IOError, err:
3537
    if err.errno == errno.EPIPE:
3538
      # our terminal went away, we'll exit
3539
      sys.exit(constants.EXIT_FAILURE)
3540
    else:
3541
      raise
3542

    
3543

    
3544
def ToStdout(txt, *args):
3545
  """Write a message to stdout only, bypassing the logging system
3546

3547
  This is just a wrapper over _ToStream.
3548

3549
  @type txt: str
3550
  @param txt: the message
3551

3552
  """
3553
  _ToStream(sys.stdout, txt, *args)
3554

    
3555

    
3556
def ToStderr(txt, *args):
3557
  """Write a message to stderr only, bypassing the logging system
3558

3559
  This is just a wrapper over _ToStream.
3560

3561
  @type txt: str
3562
  @param txt: the message
3563

3564
  """
3565
  _ToStream(sys.stderr, txt, *args)
3566

    
3567

    
3568
class JobExecutor(object):
3569
  """Class which manages the submission and execution of multiple jobs.
3570

3571
  Note that instances of this class should not be reused between
3572
  GetResults() calls.
3573

3574
  """
3575
  def __init__(self, cl=None, verbose=True, opts=None, feedback_fn=None):
3576
    self.queue = []
3577
    if cl is None:
3578
      cl = GetClient()
3579
    self.cl = cl
3580
    self.verbose = verbose
3581
    self.jobs = []
3582
    self.opts = opts
3583
    self.feedback_fn = feedback_fn
3584
    self._counter = itertools.count()
3585

    
3586
  @staticmethod
3587
  def _IfName(name, fmt):
3588
    """Helper function for formatting name.
3589

3590
    """
3591
    if name:
3592
      return fmt % name
3593

    
3594
    return ""
3595

    
3596
  def QueueJob(self, name, *ops):
3597
    """Record a job for later submit.
3598

3599
    @type name: string
3600
    @param name: a description of the job, will be used in WaitJobSet
3601

3602
    """
3603
    SetGenericOpcodeOpts(ops, self.opts)
3604
    self.queue.append((self._counter.next(), name, ops))
3605

    
3606
  def AddJobId(self, name, status, job_id):
3607
    """Adds a job ID to the internal queue.
3608

3609
    """
3610
    self.jobs.append((self._counter.next(), status, job_id, name))
3611

    
3612
  def SubmitPending(self, each=False):
3613
    """Submit all pending jobs.
3614

3615
    """
3616
    if each:
3617
      results = []
3618
      for (_, _, ops) in self.queue:
3619
        # SubmitJob will remove the success status, but raise an exception if
3620
        # the submission fails, so we'll notice that anyway.
3621
        results.append([True, self.cl.SubmitJob(ops)[0]])
3622
    else:
3623
      results = self.cl.SubmitManyJobs([ops for (_, _, ops) in self.queue])
3624
    for ((status, data), (idx, name, _)) in zip(results, self.queue):
3625
      self.jobs.append((idx, status, data, name))
3626

    
3627
  def _ChooseJob(self):
3628
    """Choose a non-waiting/queued job to poll next.
3629

3630
    """
3631
    assert self.jobs, "_ChooseJob called with empty job list"
3632

    
3633
    result = self.cl.QueryJobs([i[2] for i in self.jobs[:_CHOOSE_BATCH]],
3634
                               ["status"])
3635
    assert result
3636

    
3637
    for job_data, status in zip(self.jobs, result):
3638
      if (isinstance(status, list) and status and
3639
          status[0] in (constants.JOB_STATUS_QUEUED,
3640
                        constants.JOB_STATUS_WAITING,
3641
                        constants.JOB_STATUS_CANCELING)):
3642
        # job is still present and waiting
3643
        continue
3644
      # good candidate found (either running job or lost job)
3645
      self.jobs.remove(job_data)
3646
      return job_data
3647

    
3648
    # no job found
3649
    return self.jobs.pop(0)
3650

    
3651
  def GetResults(self):
3652
    """Wait for and return the results of all jobs.
3653

3654
    @rtype: list
3655
    @return: list of tuples (success, job results), in the same order
3656
        as the submitted jobs; if a job has failed, instead of the result
3657
        there will be the error message
3658

3659
    """
3660
    if not self.jobs:
3661
      self.SubmitPending()
3662
    results = []
3663
    if self.verbose:
3664
      ok_jobs = [row[2] for row in self.jobs if row[1]]
3665
      if ok_jobs:
3666
        ToStdout("Submitted jobs %s", utils.CommaJoin(ok_jobs))
3667

    
3668
    # first, remove any non-submitted jobs
3669
    self.jobs, failures = compat.partition(self.jobs, lambda x: x[1])
3670
    for idx, _, jid, name in failures:
3671
      ToStderr("Failed to submit job%s: %s", self._IfName(name, " for %s"), jid)
3672
      results.append((idx, False, jid))
3673

    
3674
    while self.jobs:
3675
      (idx, _, jid, name) = self._ChooseJob()
3676
      ToStdout("Waiting for job %s%s ...", jid, self._IfName(name, " for %s"))
3677
      try:
3678
        job_result = PollJob(jid, cl=self.cl, feedback_fn=self.feedback_fn)
3679
        success = True
3680
      except errors.JobLost, err:
3681
        _, job_result = FormatError(err)
3682
        ToStderr("Job %s%s has been archived, cannot check its result",
3683
                 jid, self._IfName(name, " for %s"))
3684
        success = False
3685
      except (errors.GenericError, luxi.ProtocolError), err:
3686
        _, job_result = FormatError(err)
3687
        success = False
3688
        # the error message will always be shown, verbose or not
3689
        ToStderr("Job %s%s has failed: %s",
3690
                 jid, self._IfName(name, " for %s"), job_result)
3691

    
3692
      results.append((idx, success, job_result))
3693

    
3694
    # sort based on the index, then drop it
3695
    results.sort()
3696
    results = [i[1:] for i in results]
3697

    
3698
    return results
3699

    
3700
  def WaitOrShow(self, wait):
3701
    """Wait for job results or only print the job IDs.
3702

3703
    @type wait: boolean
3704
    @param wait: whether to wait or not
3705

3706
    """
3707
    if wait:
3708
      return self.GetResults()
3709
    else:
3710
      if not self.jobs:
3711
        self.SubmitPending()
3712
      for _, status, result, name in self.jobs:
3713
        if status:
3714
          ToStdout("%s: %s", result, name)
3715
        else:
3716
          ToStderr("Failure for %s: %s", name, result)
3717
      return [row[1:3] for row in self.jobs]
3718

    
3719

    
3720
def FormatParamsDictInfo(param_dict, actual):
3721
  """Formats a parameter dictionary.
3722

3723
  @type param_dict: dict
3724
  @param param_dict: the own parameters
3725
  @type actual: dict
3726
  @param actual: the current parameter set (including defaults)
3727
  @rtype: dict
3728
  @return: dictionary where the value of each parameter is either a fully
3729
      formatted string or a dictionary containing formatted strings
3730

3731
  """
3732
  ret = {}
3733
  for (key, data) in actual.items():
3734
    if isinstance(data, dict) and data:
3735
      ret[key] = FormatParamsDictInfo(param_dict.get(key, {}), data)
3736
    else:
3737
      ret[key] = str(param_dict.get(key, "default (%s)" % data))
3738
  return ret
3739

    
3740

    
3741
def _FormatListInfoDefault(data, def_data):
3742
  if data is not None:
3743
    ret = utils.CommaJoin(data)
3744
  else:
3745
    ret = "default (%s)" % utils.CommaJoin(def_data)
3746
  return ret
3747

    
3748

    
3749
def FormatPolicyInfo(custom_ipolicy, eff_ipolicy, iscluster):
3750
  """Formats an instance policy.
3751

3752
  @type custom_ipolicy: dict
3753
  @param custom_ipolicy: own policy
3754
  @type eff_ipolicy: dict
3755
  @param eff_ipolicy: effective policy (including defaults); ignored for
3756
      cluster
3757
  @type iscluster: bool
3758
  @param iscluster: the policy is at cluster level
3759
  @rtype: list of pairs
3760
  @return: formatted data, suitable for L{PrintGenericInfo}
3761

3762
  """
3763
  if iscluster:
3764
    eff_ipolicy = custom_ipolicy
3765

    
3766
  minmax_out = []
3767
  custom_minmax = custom_ipolicy.get(constants.ISPECS_MINMAX)
3768
  if custom_minmax:
3769
    for (k, minmax) in enumerate(custom_minmax):
3770
      minmax_out.append([
3771
        ("%s/%s" % (key, k),
3772
         FormatParamsDictInfo(minmax[key], minmax[key]))
3773
        for key in constants.ISPECS_MINMAX_KEYS
3774
        ])
3775
  else:
3776
    for (k, minmax) in enumerate(eff_ipolicy[constants.ISPECS_MINMAX]):
3777
      minmax_out.append([
3778
        ("%s/%s" % (key, k),
3779
         FormatParamsDictInfo({}, minmax[key]))
3780
        for key in constants.ISPECS_MINMAX_KEYS
3781
        ])
3782
  ret = [("bounds specs", minmax_out)]
3783

    
3784
  if iscluster:
3785
    stdspecs = custom_ipolicy[constants.ISPECS_STD]
3786
    ret.append(
3787
      (constants.ISPECS_STD,
3788
       FormatParamsDictInfo(stdspecs, stdspecs))
3789
      )
3790

    
3791
  ret.append(
3792
    ("allowed disk templates",
3793
     _FormatListInfoDefault(custom_ipolicy.get(constants.IPOLICY_DTS),
3794
                            eff_ipolicy[constants.IPOLICY_DTS]))
3795
    )
3796
  ret.extend([
3797
    (key, str(custom_ipolicy.get(key, "default (%s)" % eff_ipolicy[key])))
3798
    for key in constants.IPOLICY_PARAMETERS
3799
    ])
3800
  return ret
3801

    
3802

    
3803
def _PrintSpecsParameters(buf, specs):
3804
  values = ("%s=%s" % (par, val) for (par, val) in sorted(specs.items()))
3805
  buf.write(",".join(values))
3806

    
3807

    
3808
def PrintIPolicyCommand(buf, ipolicy, isgroup):
3809
  """Print the command option used to generate the given instance policy.
3810

3811
  Currently only the parts dealing with specs are supported.
3812

3813
  @type buf: StringIO
3814
  @param buf: stream to write into
3815
  @type ipolicy: dict
3816
  @param ipolicy: instance policy
3817
  @type isgroup: bool
3818
  @param isgroup: whether the policy is at group level
3819

3820
  """
3821
  if not isgroup:
3822
    stdspecs = ipolicy.get("std")
3823
    if stdspecs:
3824
      buf.write(" %s " % IPOLICY_STD_SPECS_STR)
3825
      _PrintSpecsParameters(buf, stdspecs)
3826
  minmaxes = ipolicy.get("minmax", [])
3827
  first = True
3828
  for minmax in minmaxes:
3829
    minspecs = minmax.get("min")
3830
    maxspecs = minmax.get("max")
3831
    if minspecs and maxspecs:
3832
      if first:
3833
        buf.write(" %s " % IPOLICY_BOUNDS_SPECS_STR)
3834
        first = False
3835
      else:
3836
        buf.write("//")
3837
      buf.write("min:")
3838
      _PrintSpecsParameters(buf, minspecs)
3839
      buf.write("/max:")
3840
      _PrintSpecsParameters(buf, maxspecs)
3841

    
3842

    
3843
def ConfirmOperation(names, list_type, text, extra=""):
3844
  """Ask the user to confirm an operation on a list of list_type.
3845

3846
  This function is used to request confirmation for doing an operation
3847
  on a given list of list_type.
3848

3849
  @type names: list
3850
  @param names: the list of names that we display when
3851
      we ask for confirmation
3852
  @type list_type: str
3853
  @param list_type: Human readable name for elements in the list (e.g. nodes)
3854
  @type text: str
3855
  @param text: the operation that the user should confirm
3856
  @rtype: boolean
3857
  @return: True or False depending on user's confirmation.
3858

3859
  """
3860
  count = len(names)
3861
  msg = ("The %s will operate on %d %s.\n%s"
3862
         "Do you want to continue?" % (text, count, list_type, extra))
3863
  affected = (("\nAffected %s:\n" % list_type) +
3864
              "\n".join(["  %s" % name for name in names]))
3865

    
3866
  choices = [("y", True, "Yes, execute the %s" % text),
3867
             ("n", False, "No, abort the %s" % text)]
3868

    
3869
  if count > 20:
3870
    choices.insert(1, ("v", "v", "View the list of affected %s" % list_type))
3871
    question = msg
3872
  else:
3873
    question = msg + affected
3874

    
3875
  choice = AskUser(question, choices)
3876
  if choice == "v":
3877
    choices.pop(1)
3878
    choice = AskUser(msg + affected, choices)
3879
  return choice
3880

    
3881

    
3882
def _MaybeParseUnit(elements):
3883
  """Parses and returns an array of potential values with units.
3884

3885
  """
3886
  parsed = {}
3887
  for k, v in elements.items():
3888
    if v == constants.VALUE_DEFAULT:
3889
      parsed[k] = v
3890
    else:
3891
      parsed[k] = utils.ParseUnit(v)
3892
  return parsed
3893

    
3894

    
3895
def _InitISpecsFromSplitOpts(ipolicy, ispecs_mem_size, ispecs_cpu_count,
3896
                             ispecs_disk_count, ispecs_disk_size,
3897
                             ispecs_nic_count, group_ipolicy, fill_all):
3898
  try:
3899
    if ispecs_mem_size:
3900
      ispecs_mem_size = _MaybeParseUnit(ispecs_mem_size)
3901
    if ispecs_disk_size:
3902
      ispecs_disk_size = _MaybeParseUnit(ispecs_disk_size)
3903
  except (TypeError, ValueError, errors.UnitParseError), err:
3904
    raise errors.OpPrereqError("Invalid disk (%s) or memory (%s) size"
3905
                               " in policy: %s" %
3906
                               (ispecs_disk_size, ispecs_mem_size, err),
3907
                               errors.ECODE_INVAL)
3908

    
3909
  # prepare ipolicy dict
3910
  ispecs_transposed = {
3911
    constants.ISPEC_MEM_SIZE: ispecs_mem_size,
3912
    constants.ISPEC_CPU_COUNT: ispecs_cpu_count,
3913
    constants.ISPEC_DISK_COUNT: ispecs_disk_count,
3914
    constants.ISPEC_DISK_SIZE: ispecs_disk_size,
3915
    constants.ISPEC_NIC_COUNT: ispecs_nic_count,
3916
    }
3917

    
3918
  # first, check that the values given are correct
3919
  if group_ipolicy:
3920
    forced_type = TISPECS_GROUP_TYPES
3921
  else:
3922
    forced_type = TISPECS_CLUSTER_TYPES
3923
  for specs in ispecs_transposed.values():
3924
    assert type(specs) is dict
3925
    utils.ForceDictType(specs, forced_type)
3926

    
3927
  # then transpose
3928
  ispecs = {
3929
    constants.ISPECS_MIN: {},
3930
    constants.ISPECS_MAX: {},
3931
    constants.ISPECS_STD: {},
3932
    }
3933
  for (name, specs) in ispecs_transposed.iteritems():
3934
    assert name in constants.ISPECS_PARAMETERS
3935
    for key, val in specs.items(): # {min: .. ,max: .., std: ..}
3936
      assert key in ispecs
3937
      ispecs[key][name] = val
3938
  minmax_out = {}
3939
  for key in constants.ISPECS_MINMAX_KEYS:
3940
    if fill_all:
3941
      minmax_out[key] = \
3942
        objects.FillDict(constants.ISPECS_MINMAX_DEFAULTS[key], ispecs[key])
3943
    else:
3944
      minmax_out[key] = ispecs[key]
3945
  ipolicy[constants.ISPECS_MINMAX] = [minmax_out]
3946
  if fill_all:
3947
    ipolicy[constants.ISPECS_STD] = \
3948
        objects.FillDict(constants.IPOLICY_DEFAULTS[constants.ISPECS_STD],
3949
                         ispecs[constants.ISPECS_STD])
3950
  else:
3951
    ipolicy[constants.ISPECS_STD] = ispecs[constants.ISPECS_STD]
3952

    
3953

    
3954
def _ParseSpecUnit(spec, keyname):
3955
  ret = spec.copy()
3956
  for k in [constants.ISPEC_DISK_SIZE, constants.ISPEC_MEM_SIZE]:
3957
    if k in ret:
3958
      try:
3959
        ret[k] = utils.ParseUnit(ret[k])
3960
      except (TypeError, ValueError, errors.UnitParseError), err:
3961
        raise errors.OpPrereqError(("Invalid parameter %s (%s) in %s instance"
3962
                                    " specs: %s" % (k, ret[k], keyname, err)),
3963
                                   errors.ECODE_INVAL)
3964
  return ret
3965

    
3966

    
3967
def _ParseISpec(spec, keyname, required):
3968
  ret = _ParseSpecUnit(spec, keyname)
3969
  utils.ForceDictType(ret, constants.ISPECS_PARAMETER_TYPES)
3970
  missing = constants.ISPECS_PARAMETERS - frozenset(ret.keys())
3971
  if required and missing:
3972
    raise errors.OpPrereqError("Missing parameters in ipolicy spec %s: %s" %
3973
                               (keyname, utils.CommaJoin(missing)),
3974
                               errors.ECODE_INVAL)
3975
  return ret
3976

    
3977

    
3978
def _GetISpecsInAllowedValues(minmax_ispecs, allowed_values):
3979
  ret = None
3980
  if (minmax_ispecs and allowed_values and len(minmax_ispecs) == 1 and
3981
      len(minmax_ispecs[0]) == 1):
3982
    for (key, spec) in minmax_ispecs[0].items():
3983
      # This loop is executed exactly once
3984
      if key in allowed_values and not spec:
3985
        ret = key
3986
  return ret
3987

    
3988

    
3989
def _InitISpecsFromFullOpts(ipolicy_out, minmax_ispecs, std_ispecs,
3990
                            group_ipolicy, allowed_values):
3991
  found_allowed = _GetISpecsInAllowedValues(minmax_ispecs, allowed_values)
3992
  if found_allowed is not None:
3993
    ipolicy_out[constants.ISPECS_MINMAX] = found_allowed
3994
  elif minmax_ispecs is not None:
3995
    minmax_out = []
3996
    for mmpair in minmax_ispecs:
3997
      mmpair_out = {}
3998
      for (key, spec) in mmpair.items():
3999
        if key not in constants.ISPECS_MINMAX_KEYS:
4000
          msg = "Invalid key in bounds instance specifications: %s" % key
4001
          raise errors.OpPrereqError(msg, errors.ECODE_INVAL)
4002
        mmpair_out[key] = _ParseISpec(spec, key, True)
4003
      minmax_out.append(mmpair_out)
4004
    ipolicy_out[constants.ISPECS_MINMAX] = minmax_out
4005
  if std_ispecs is not None:
4006
    assert not group_ipolicy # This is not an option for gnt-group
4007
    ipolicy_out[constants.ISPECS_STD] = _ParseISpec(std_ispecs, "std", False)
4008

    
4009

    
4010
def CreateIPolicyFromOpts(ispecs_mem_size=None,
4011
                          ispecs_cpu_count=None,
4012
                          ispecs_disk_count=None,
4013
                          ispecs_disk_size=None,
4014
                          ispecs_nic_count=None,
4015
                          minmax_ispecs=None,
4016
                          std_ispecs=None,
4017
                          ipolicy_disk_templates=None,
4018
                          ipolicy_vcpu_ratio=None,
4019
                          ipolicy_spindle_ratio=None,
4020
                          group_ipolicy=False,
4021
                          allowed_values=None,
4022
                          fill_all=False):
4023
  """Creation of instance policy based on command line options.
4024

4025
  @param fill_all: whether for cluster policies we should ensure that
4026
    all values are filled
4027

4028
  """
4029
  assert not (fill_all and allowed_values)
4030

    
4031
  split_specs = (ispecs_mem_size or ispecs_cpu_count or ispecs_disk_count or
4032
                 ispecs_disk_size or ispecs_nic_count)
4033
  if (split_specs and (minmax_ispecs is not None or std_ispecs is not None)):
4034
    raise errors.OpPrereqError("A --specs-xxx option cannot be specified"
4035
                               " together with any --ipolicy-xxx-specs option",
4036
                               errors.ECODE_INVAL)
4037

    
4038
  ipolicy_out = objects.MakeEmptyIPolicy()
4039
  if split_specs:
4040
    assert fill_all
4041
    _InitISpecsFromSplitOpts(ipolicy_out, ispecs_mem_size, ispecs_cpu_count,
4042
                             ispecs_disk_count, ispecs_disk_size,
4043
                             ispecs_nic_count, group_ipolicy, fill_all)
4044
  elif (minmax_ispecs is not None or std_ispecs is not None):
4045
    _InitISpecsFromFullOpts(ipolicy_out, minmax_ispecs, std_ispecs,
4046
                            group_ipolicy, allowed_values)
4047

    
4048
  if ipolicy_disk_templates is not None:
4049
    if allowed_values and ipolicy_disk_templates in allowed_values:
4050
      ipolicy_out[constants.IPOLICY_DTS] = ipolicy_disk_templates
4051
    else:
4052
      ipolicy_out[constants.IPOLICY_DTS] = list(ipolicy_disk_templates)
4053
  if ipolicy_vcpu_ratio is not None:
4054
    ipolicy_out[constants.IPOLICY_VCPU_RATIO] = ipolicy_vcpu_ratio
4055
  if ipolicy_spindle_ratio is not None:
4056
    ipolicy_out[constants.IPOLICY_SPINDLE_RATIO] = ipolicy_spindle_ratio
4057

    
4058
  assert not (frozenset(ipolicy_out.keys()) - constants.IPOLICY_ALL_KEYS)
4059

    
4060
  if not group_ipolicy and fill_all:
4061
    ipolicy_out = objects.FillIPolicy(constants.IPOLICY_DEFAULTS, ipolicy_out)
4062

    
4063
  return ipolicy_out
4064

    
4065

    
4066
def _SerializeGenericInfo(buf, data, level, afterkey=False):
4067
  """Formatting core of L{PrintGenericInfo}.
4068

4069
  @param buf: (string) stream to accumulate the result into
4070
  @param data: data to format
4071
  @type level: int
4072
  @param level: depth in the data hierarchy, used for indenting
4073
  @type afterkey: bool
4074
  @param afterkey: True when we are in the middle of a line after a key (used
4075
      to properly add newlines or indentation)
4076

4077
  """
4078
  baseind = "  "
4079
  if isinstance(data, dict):
4080
    if not data:
4081
      buf.write("\n")
4082
    else:
4083
      if afterkey:
4084
        buf.write("\n")
4085
        doindent = True
4086
      else:
4087
        doindent = False
4088
      for key in sorted(data):
4089
        if doindent:
4090
          buf.write(baseind * level)
4091
        else:
4092
          doindent = True
4093
        buf.write(key)
4094
        buf.write(": ")
4095
        _SerializeGenericInfo(buf, data[key], level + 1, afterkey=True)
4096
  elif isinstance(data, list) and len(data) > 0 and isinstance(data[0], tuple):
4097
    # list of tuples (an ordered dictionary)
4098
    if afterkey:
4099
      buf.write("\n")
4100
      doindent = True
4101
    else:
4102
      doindent = False
4103
    for (key, val) in data:
4104
      if doindent:
4105
        buf.write(baseind * level)
4106
      else:
4107
        doindent = True
4108
      buf.write(key)
4109
      buf.write(": ")
4110
      _SerializeGenericInfo(buf, val, level + 1, afterkey=True)
4111
  elif isinstance(data, list):
4112
    if not data:
4113
      buf.write("\n")
4114
    else:
4115
      if afterkey:
4116
        buf.write("\n")
4117
        doindent = True
4118
      else:
4119
        doindent = False
4120
      for item in data:
4121
        if doindent:
4122
          buf.write(baseind * level)
4123
        else:
4124
          doindent = True
4125
        buf.write("-")
4126
        buf.write(baseind[1:])
4127
        _SerializeGenericInfo(buf, item, level + 1)
4128
  else:
4129
    # This branch should be only taken for strings, but it's practically
4130
    # impossible to guarantee that no other types are produced somewhere
4131
    buf.write(str(data))
4132
    buf.write("\n")
4133

    
4134

    
4135
def PrintGenericInfo(data):
4136
  """Print information formatted according to the hierarchy.
4137

4138
  The output is a valid YAML string.
4139

4140
  @param data: the data to print. It's a hierarchical structure whose elements
4141
      can be:
4142
        - dictionaries, where keys are strings and values are of any of the
4143
          types listed here
4144
        - lists of pairs (key, value), where key is a string and value is of
4145
          any of the types listed here; it's a way to encode ordered
4146
          dictionaries
4147
        - lists of any of the types listed here
4148
        - strings
4149

4150
  """
4151
  buf = StringIO()
4152
  _SerializeGenericInfo(buf, data, 0)
4153
  ToStdout(buf.getvalue().rstrip("\n"))