Revision 2f20d07b scripts/gnt-cluster

b/scripts/gnt-cluster
1 1
#!/usr/bin/python
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007 Google Inc.
4
# Copyright (C) 2006, 2007, 2010 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
......
122 122
                        drbd_helper=drbd_helper,
123 123
                        uid_pool=uid_pool,
124 124
                        default_iallocator=opts.default_iallocator,
125
                        primary_ip_version=constants.IP4_VERSION,
125 126
                        )
126 127
  op = opcodes.OpPostInitCluster()
127 128
  SubmitOpCode(op, opts=opts)

Also available in: Unified diff