Revision c20a19ed

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

  
4
# Copyright (C) 2006, 2007, 2010, 2011 Google Inc.
4
# Copyright (C) 2006, 2007, 2010, 2011, 2012 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
971 971

  
972 972
  diskparams = dict(opts.diskparams)
973 973

  
974
  for dt_params in hvparams.values():
974
  for dt_params in diskparams.values():
975 975
    utils.ForceDictType(dt_params, constants.DISK_DT_TYPES)
976 976

  
977 977
  beparams = opts.beparams

Also available in: Unified diff