Skip to content

Instantly share code, notes, and snippets.

View atodorov-storpool's full-sized avatar

Anton Todorov atodorov-storpool

View GitHub Profile
@atodorov-storpool
atodorov-storpool / allow_orphans.rb
Created November 3, 2017 22:47
patch tool to convert VM disk snapshots from tree to flat ones
# -------------------------------------------------------------------------- #
# Copyright 2002-2017, OpenNebula Project, OpenNebula Systems #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
# not use this file except in compliance with the License. You may obtain #
# a copy of the License at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# Unless required by applicable law or agreed to in writing, software #
@atodorov-storpool
atodorov-storpool / summon.py
Created May 15, 2017 07:56
helper script to summon a deleted VM in OpenNebula.
#!/usr/bin/env python
#
# -------------------------------------------------------------------------- #
# Copyright 2017, StorPool (storpool.com) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
# not use this file except in compliance with the License. You may obtain #
# a copy of the License at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
#!/usr/bin/env python
#
# Anton Todorov (a.todorov@storpool.com)
#
# add/change <blockio /> element to the VM XML
#
# vmTweakDiskBlockioBlockSize.py <XMLfile>
from sys import argv
import syslog