Activity

From 07/24/2012 to 08/22/2012

08/22/2012

06:11 pm Revision b02615b4: cfupgrade for removing oldstyle hotplug info
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:11 pm Revision f6c5e64f: Use base64 format in network reservations slots
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:08 pm Revision c54ec0dc: Merge branch 'stable-esi'
Conflicts:
Makefile.am
lib/cli.py
lib/client/gnt_instance.py
lib/cmdlib.py
lib/constants.py
lib/opcodes.py
Sig...
Dimitris Aragiorgis
05:40 pm Revision 7c88c7af: Add external storage interface related man pages
* ganeti-extstorage-interface man page
* gnt-storage man page
Signed-off-by: Constantinos Venetsanopoulos <cven@grn...
Constantinos Venetsanopoulos
05:39 pm Revision 11d36c2e: Initial ExtStorage support in htools
Constantinos Venetsanopoulos
05:39 pm Revision 9bcef16f: Add the gnt-storage client
Add a new client called 'gnt-storage'.
The client interacts with the ExtStorage interface, similarly to
the way gnt-o...
Constantinos Venetsanopoulos
05:34 pm Revision 47aaeaff: Add --allow-arbit-params to gnt-instance modify
Signed-off-by: Constantinos Venetsanopoulos <cven@grnet.gr> Constantinos Venetsanopoulos
05:34 pm Revision e74f6291: Multiple ExtStorage Providers and ext-params
Add support for passing parameters to the ext template (ext-params).
Take advantage of disk-params, that don't seem t...
Constantinos Venetsanopoulos
05:33 pm Revision 868eab67: Implement the External Storage Interface
With this commit we introduce the External Storage Interface
to Ganeti, abbreviated: ExtStorage Interface.
The ExtSt...
Constantinos Venetsanopoulos
05:30 pm Revision f9a1f3eb: Update the shared storage design document
Update the shared storage design document to reflect the current
changes, after the implementation of the ExtStorage ...
Constantinos Venetsanopoulos
05:22 pm Revision a5e58089: Merge branch 'stable-hotplug'
Conflicts:
lib/cli.py
lib/client/gnt_instance.py
lib/cmdlib.py
lib/objects.py
lib/opcodes.py
lib/rpc.py
Signed...
Dimitris Aragiorgis
05:13 pm Revision 50fab955: Hotplug: client support
Add --hotplug option.
Only used by OpInstanceCreate()/OpInstanceSetParams.
Signed-off-by: Dimitris Aragiorgis <dimar...
Dimitris Aragiorgis
05:13 pm Revision 9ac60360: Hotplug: cmdlib support
Hotplugging is done by functions invoked by ApplyContainerMods(). In
order hotplugging to take place a --hotplug opt...
Dimitris Aragiorgis
05:13 pm Revision 5ed75b63: Hoplug: rpc support
Introduce new RPCs that eventually invoke hypervisor specific
hotplug functions.
Signed-off-by: Dimitris Aragiorgis ...
Dimitris Aragiorgis
05:13 pm Revision 1642a1d0: Hotplug: KVM support
KVM >= 1.0 is needed.
Introduce new methods: HotAddNic/HotDelNic
Both qemu monitor interface for hotplugging. If a ...
Dimitris Aragiorgis
05:12 pm Revision 41a1df34: Hoplug: objects modifications/additions
Introduce new HotplugInfo object as part of Instance object.
hotplug_info { 'nics': 0, 'disks': 0, 'pci_pool': [16, ...
Dimitris Aragiorgis
05:11 pm Revision a8740a25: Add tags in network objects
Support:
- gnt-network add --tags.
- gnt-network list-tags/add-tags/remove-tags/.
- gnt-network list -o +tags
Sig...
Dimitris Aragiorgis
05:11 pm Revision 8c4771b1: Pass netinfo in rpcs
If a nic has a network field then encapsulate a network object in
netinfo slot for every rpc. This is needed to pass ...
Dimitris Aragiorgis
05:11 pm Revision 66c844a3: Pass detailed network info in hooks
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
05:11 pm Revision 5fb92325: Change default fields for network listing
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
05:11 pm Revision cca3867d: Add gnt-network man page
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
05:11 pm Revision 24ea7a54: Use network's mac prefix
Modify existing GenerateMAC so that it takes network as an argument.
Substitute _GenerateOneMAC with a decorator _Ge...
Dimitris Aragiorgis
05:11 pm Revision c2c9ce98: Include networks in Makefile and bash completion
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
05:11 pm Revision db465855: cfgupgrade for networks
Add networks slot in config data.
Add networks slot in nodegroups.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
05:11 pm Revision a833cd23: Rapi support for networks
Support:
- GetNetwork(s)
- CreateNetwork
- ConnectNetwork
- DisconnectNetwork
- RemoveNetwork
Signed-off-by: Di...
Dimitris Aragiorgis
05:11 pm Revision c18bf8b2: ss_conf support for networks
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
05:11 pm Revision f5422b71: Introduce client support for networks
gnt-network is used to manipulate and handle networks that
currently provides the following operations:
* Add a new...
Dimitris Aragiorgis
05:11 pm Revision 24a6bd31: Modify instance client to support networks
Add --no-conflicts-check option.
Modify instance query methods to return nic's network info.
Signed-off-by: Dimitris...
Dimitris Aragiorgis
05:11 pm Revision d45473fb: Peripheral changes for networks
Specifically:
* export a new environment variable for the gnt-os-interface
* export a new environment variable for ...
Dimitris Aragiorgis
05:11 pm Revision a11b8875: Modify RemoveInstance() to support networks
Release any IPs held the instance before actually removing.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
05:11 pm Revision 100c6d1a: Modify LUInstanceSetParams() to support networks
Keep backwards compatibility just like LUInstanceCreate() and
support network parameter for NIC object.
Add ec_id ar...
Dimitris Aragiorgis
05:11 pm Revision f70bcabc: Modify LUInstanceCreate to support networks
Implement backend support, to export the IP pool management
functionality to the clients. When the new NIC parameter ...
Dimitris Aragiorgis
05:11 pm Revision d0af39c0: Implement LUNetworkSetParams
Support modifying all network parameters except for network (ip range)
Cannot modify gateway and reserved ips at the ...
Dimitris Aragiorgis
05:11 pm Revision 9870dce9: Implement network/nodegroup mappings
LUNetworkConnect() connects a network to a nodegroup and defines
its netparams (mode and link). Specifically:
* Chec...
Dimitris Aragiorgis
05:11 pm Revision 0ca10882: Config methods for reserving/releasing IPs
Use TemporaryReservationManager for IP handling to ensure
config data consistency.
Implement:
- methods for reservi...
Dimitris Aragiorgis
05:11 pm Revision 7eb01378: Implement LUNetworkQuery
Summarily list all existing networks
Supply detailed info for every existing network
- List used/free IPs
- List in...
Dimitris Aragiorgis
05:11 pm Revision f2837050: Basic IP pool management logic
Implement LUs for corresponding opcodes:
* LUNetworkAdd:
- Check for IP validity
- Reserves all necessary IPs
...
Dimitris Aragiorgis
05:11 pm Revision 8e5f43b1: Introduce new module for IP pool management
Add new library module lib/network.py.
Introduce new class: AddressPool.
AddressPool implements all operations neede...
Dimitris Aragiorgis
05:11 pm Revision f4f36cf3: IP pool related objects, opcodes and constants
Config objects:
* Introduce L{Network} with
- IPv4 network field (mandatory)
- IPv4 gateway, IPv6 (network/gatew...
Dimitris Aragiorgis
03:18 pm Revision 6a3166cb: Fix computation of disk sizes in _ComputeDiskSize
Currently, hail fails with FailDisk when trying to add an instance
of type: 'file', 'sharedfile' and 'rbd'.
This is ...
Constantinos Venetsanopoulos

08/15/2012

12:59 pm Revision f08e5132: Add verification of RPC results in _WipeDisks
Due to an oversight, the pause/resume sync RPC calls in _WipeDisks
lack the verification of the overall RPC status, a...
Iustin Pop

08/14/2012

12:13 pm Revision 4e27516b: Adding design doc for bulk instance create
This is the design doc for the bulk instance creation. You can more
details in the doc itself.
Signed-off-by: René N...
René Nussbaumer

08/13/2012

06:58 pm Revision 13f2321c: Add a server-side Luxi implementation
This is a trivial code change, but it allows us to finally test the
send-receive code on both client and server sides...
Iustin Pop
06:58 pm Revision e821050d: Switch the Luxi interface from Strings to ByteStrings
I'm doing this change for future performance optimisations. Currently
we use the Luxi interface just as a client, so ...
Iustin Pop

08/10/2012

06:02 pm Revision b2631ce4: Add test for checking that all gnt-* subcommands run OK
This is a bit of a shell munging trickery, but works for now. Making
it more generic can be done later.
Signed-off-b...
Iustin Pop
06:02 pm Revision 7db596df: Fix double use of PRIORITY_OPT in gnt-node migrate
This breaks the command, as optparse considers that an error.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed...
Iustin Pop

08/09/2012

03:55 pm Revision 824d0391: Merge branch 'master-hotplug' into master-ippool-hotplug
Conflicts:
lib/cli.py
lib/client/gnt_instance.py
lib/cmdlib.py
lib/objects.py
lib/opcodes.py
lib/rpc.py
Signed...
Dimitris Aragiorgis
03:23 pm Revision cc32413e: Dummy commit for compatibility
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
03:23 pm Revision 61f232ec: Hotplug: cmdlib support
Hotplugging is done by functions invoked by ApplyContainerMods(). In
order hotplugging to take place a --hotplug opt...
Dimitris Aragiorgis
03:23 pm Revision 4d025f0b: Hotplug: client support
Add --hotplug option.
Only used by OpInstanceCreate()/OpInstanceSetParams.
Signed-off-by: Dimitris Aragiorgis <dimar...
Dimitris Aragiorgis
01:59 pm Revision 6242bcf3: Hoplug: rpc support
Introduce new RPCs that eventually invoke hypervisor specific
hotplug functions.
Signed-off-by: Dimitris Aragiorgis ...
Dimitris Aragiorgis
01:55 pm Revision 28bd3496: Hotplug: KVM support
KVM >= 1.0 is needed.
Introduce new methods: HotAddNic/HotDelNic
Both qemu monitor interface for hotplugging. If a ...
Dimitris Aragiorgis
01:54 pm Revision 2eed9703: Hoplug: objects modifications/additions
Introduce new HotplugInfo object as part of Instance object.
hotplug_info { 'nics': 0, 'disks': 0, 'pci_pool': [16, ...
Dimitris Aragiorgis
12:35 pm Revision 7213dded: Add new Makefile target to rebuild the whole dist
Due to the fact how the automake system works it doesn't rebuild already
prebuild files in distcheck. This lead to a ...
René Nussbaumer

08/08/2012

05:54 pm Revision 267fa66c: Change default fields for network listing
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
05:54 pm Revision ad7f057f: Add tags in network objects
Support:
- gnt-network add --tags.
- gnt-network list-tags/add-tags/remove-tags/.
- gnt-network list -o +tags
Sig...
Dimitris Aragiorgis
05:53 pm Revision 7ebb0774: Pass detailed network info in hooks
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
05:53 pm Revision 19f31f1f: Pass netinfo in rpcs
If a nic has a network field then encapsulate a network object in
netinfo slot for every rpc. This is needed to pass ...
Dimitris Aragiorgis
12:57 pm Revision b8481ebf: rapi client: accept arbitrary shutdown arguments
The "ignore_offline_nodes" parameter is unsupported. Rather than
explicitely adding it, just pass all keyword argumen...
Guido Trotter
12:57 pm Revision 1b9690aa: Handle offline nodes for "instance down" checks
When offlining an instance because its primary node is down, we must be
able to cope with the situation.
Signed-off-...
Guido Trotter
12:00 pm Revision a47dc554: Add missing rst files to Makefile.am
Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
René Nussbaumer

08/07/2012

12:48 pm Revision 76b62028: Switch job IDs to numeric
This has been a long-standing cleanup item, which we've always
refrained from doing due to the high estimated effort ...
Iustin Pop
12:48 pm Revision 6f287cf3: Add infrastructure for building numeric namefield filters
Currently, all the CLI helpers in qlang.py and cli.py assume that all
namefields are string, which leads to various b...
Iustin Pop
12:48 pm Revision 09532dcc: Make jqueue unittests more generic
This patch removes/abstracts some hardcoded values in the jqueue
unittests. Currently we have a per-resource type nam...
Iustin Pop
12:48 pm Revision 9b12c120: Expand debug messages in gnt-debug test-jobqueue
It wasn't clear for which tests we were ignoring the errors.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-...
Iustin Pop

08/06/2012

11:02 pm Revision 18b1d400: Use network's mac prefix
Modify existing GenerateMAC so that it takes network as an argument.
Substitute _GenerateOneMAC with a decorator _Ge...
Dimitris Aragiorgis
11:02 pm Revision 82989b8d: cfgupgrade for networks
Add networks slot in config data.
Add networks slot in nodegroups.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
11:02 pm Revision f629a262: Rapi support for networks
Support:
- GetNetwork(s)
- CreateNetwork
- ConnectNetwork
- DisconnectNetwork
- RemoveNetwork
Signed-off-by: Di...
Dimitris Aragiorgis
11:02 pm Revision 13162959: Include networks in Makefile and bash completion
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
11:02 pm Revision b678ff8e: Add gnt-network man page
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
11:02 pm Revision b6ef1380: ss_conf support for networks
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
11:02 pm Revision a6799216: Introduce client support for networks
gnt-network is used to manipulate and handle networks that
currently provides the following operations:
* Add a new...
Dimitris Aragiorgis
11:02 pm Revision 5bdeeaac: Modify instance client to support networks
Add --no-conflicts-check option.
Modify instance query methods to return nic's network info.
Signed-off-by: Dimitris...
Dimitris Aragiorgis
11:02 pm Revision 0dc0df35: Modify RemoveInstance() to support networks
Release any IPs held the instance before actually removing.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
11:02 pm Revision 21670917: Peripheral changes for networks
Specifically:
* export a new environment variable for the gnt-os-interface
* export a new environment variable for ...
Dimitris Aragiorgis
11:02 pm Revision c87acf6e: Modify LUInstanceSetParams() to support networks
Keep backwards compatibility just like LUInstanceCreate() and
support network parameter for NIC object.
Add ec_id ar...
Dimitris Aragiorgis
11:02 pm Revision 640192e4: Config methods for reserving/releasing IPs
Use TemporaryReservationManager for IP handling to ensure
config data consistency.
Implement:
- methods for reservi...
Dimitris Aragiorgis
11:02 pm Revision 3dcbd510: Modify LUInstanceCreate to support networks
Implement backend support, to export the IP pool management
functionality to the clients. When the new NIC parameter ...
Dimitris Aragiorgis
11:02 pm Revision d3bc4125: Implement LUNetworkSetParams
Support modifying all network parameters except for network (ip range)
Cannot modify gateway and reserved ips at the ...
Dimitris Aragiorgis
11:02 pm Revision 626b6a56: Implement network/nodegroup mappings
LUNetworkConnect() connects a network to a nodegroup and defines
its netparams (mode and link). Specifically:
* Chec...
Dimitris Aragiorgis
11:02 pm Revision 909064a1: Implement LUNetworkQuery
Summarily list all existing networks
Supply detailed info for every existing network
- List used/free IPs
- List in...
Dimitris Aragiorgis
11:00 pm Revision 08acb688: Basic IP pool management logic
Implement LUs for corresponding opcodes:
* LUNetworkAdd:
- Check for IP validity
- Reserves all necessary IPs
...
Dimitris Aragiorgis
10:07 pm Revision e7dd91ce: Introduce new module for IP pool management
Add new library module lib/network.py.
Introduce new class: AddressPool.
AddressPool implements all operations neede...
Dimitris Aragiorgis
09:50 pm Revision 5d419c34: IP pool related objects, opcodes and constants
Config objects:
* Introduce L{Network} with
- IPv4 network field (mandatory)
- IPv4 gateway, IPv6 (network/gatew...
Dimitris Aragiorgis

08/02/2012

03:46 pm Revision 2cfbc784: Fix uses of OpPrereqError without code info
A while back, we did cleanup the code and ensured (manually) that use
of OpPrereqError includes an errors.ECODE_* fie...
Iustin Pop

07/31/2012

11:23 am Revision 619e89c8: htools: abstract function for parsing job ids
Both the job id and submit job result parsing are abstracted into
separate functions, so that later changes are more ...
Iustin Pop
11:21 am Revision ccc817a2: Introduce a type for the ganeti job type
This will be used for easier change later.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter ...
Iustin Pop

07/27/2012

02:42 pm Revision d60d189a: Release version 2.6.0 (final)
Phew, it wasn't easy, but…
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Bernardo Dal Seno <bdalseno@go...
Iustin Pop
12:16 pm Revision 2ed0e208: Fix 'explicitely' common typo
It seems that 'explicitely' is wrong, and that the right form is
'explicitly'. This is just fixing the typo plus adju...
Iustin Pop

07/26/2012

06:38 pm Revision 350506c6: Fix issue in LUClusterVerifyGroup with multi-group clusters
In case LUClusterVerifyGroup is run on a group which doesn't contain
the master node, the following could happen:
- ...
Iustin Pop
06:38 pm Revision 52bebbdf: Add QA test for node group modification of ndparams
Additionally, we run hbal if the htools tests are enabled (new
key). Note that hbal will directly exit, since there a...
Iustin Pop
06:33 pm Revision 4bf27dab: Fix node group modification of node parameters
Commit 904b3bfe tried to fix the deletion of custom ndparams from
group, but instead broke both modification and dele...
Iustin Pop

07/25/2012

09:56 pm Revision a085d96d: QA for allocator in recreate-disks
QA for recreate-disks called it twice with a list of node; the first call
now uses an allocator.
Signed-off-by: Adam...
Bernardo Dal Seno
09:52 pm Revision 38db4e7c: Front-end and doc to use allocator in recreate-disks
The recreate-disks command no longer requires an explicit list of nodes.
Signed-off-by: Adam Ingrassia <api@google.c...
Adam Ingrassia
09:38 pm Revision 3d091af0: Allocator support in recreate-disks LU
This affects only the backend.
Signed-off-by: Adam Ingrassia <api@google.com>
Signed-off-by: Bernardo Dal Seno <bdal...
Bernardo Dal Seno
09:37 pm Revision 01eb03bd: Added method to call an allocator for recreate-disks
Ideally this should have used relocation mode, but to due lacking of
support in current allocators, allocation mode h...
Adam Ingrassia
02:24 pm Revision bb0d8ddc: Support for checking the group of only the primary node
_CheckInstanceNodeGroups behaves in the old way with the default value
of the new parameter.
Signed-off-by: Adam Ing...
Adam Ingrassia
12:42 pm Revision 7d5ceafd: Merge commit 'v2.5.2' into stable-2.6
* commit 'v2.5.2':
Fix RST formatting in NEWS file
Update NEWS and bump version for release 2.5.2
Fix boot=on f...
Iustin Pop

07/24/2012

07:19 pm Revision 9906d514: Fix RST formatting in NEWS file
*FileID is interpreted as a start-of-bold, without corresponding end
marker. Sorry for not catching it in the first p...
Iustin Pop
06:57 pm Revision 390a2970: Update NEWS and bump version for release 2.5.2
This is a trivial release, with just bug fixes, so a small change log.
Signed-off-by: Iustin Pop <iustin@google.com>...
Iustin Pop
06:10 pm Revision 24be50e0: Fix boot=on flag for CDROMs
This generalises commit 4304964a to cdroms too, since they have
somewhat the same logic. We just abstract the needs_b...
Iustin Pop
06:10 pm Revision 2b846304: KVM: only pass boot flag once
This addresses issue 230: passing two methods of booting to KVM can,
depending on the KVM version, confuse it.
Note ...
Iustin Pop
« Previous
Next »
 

Also available in: Atom