search for: createmet

Displaying 9 results from an estimated 9 matches for "createmet".

Did you mean: createret
2009 Oct 12
1
First draft: node storage admin
This patch provides the ability to create a "dir" type storage pool, and to add and remove volumes for existing pools.
2009 Oct 14
0
[PATCH node] Provides a new storage administration system to the managed node.
...Pierce <dpierce at redhat.com> --- Makefile.am | 31 +++++--- nodeadmin/addpool.py | 182 ++++++++++++++++++++++++++++++++++++++++++++ nodeadmin/addvolume.py | 160 ++++++++++++++++++++++++++++++++++++++ nodeadmin/configscreen.py | 52 +++++++++++++ nodeadmin/createmeter.py | 30 +++++++ nodeadmin/definedomain.py | 15 +--- nodeadmin/libvirtworker.py | 67 +++++++++++++++-- nodeadmin/listpools.py | 63 +++++++++++++++ nodeadmin/mainmenu.py | 24 ++++--- nodeadmin/poolconfig.py | 137 +++++++++++++++++++++++++++++++++ nodeadmin/removepool...
2009 Oct 27
1
Storage admin patches
This set of patches supercedes the previous set, and has been rebased with changes from upstream.
2009 Oct 21
1
Storage administration and refactoring of domain admin
This pair of patches provide a new storage admin interface. Then, on top of that, it refactors the domain administration pieces to now properly use storage pools and volumes when defining a new VM.
2009 Nov 09
1
Rebased again...
This patch again rebases on upstream and should apply on next as of right now.
2010 Aug 18
6
Once I added this HABTM, one of my 'through' relationships, on a non-habtm model, seems to have broke?
...:Base belongs_to :user, :foreign_key => "user_id" has_and_belongs_to_many :meters end class Meter < ActiveRecord::Base has_and_belongs_to_many :meter_groups belongs_to :user, :foreign_key => "user_id" end #Migrations (removed some cols and drop section) class CreateMeterGroups < ActiveRecord::Migration def self.up create_table :meter_groups do |t| t.string :name t.string :description t.integer :user_id t.timestamps end end end class CreateMeters < ActiveRecord::Migration def self.up create_table :meters do |t|...
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for relocating files into the make system.
2009 Oct 15
1
Patch depends on the previous storage patch...
This patch is dependant on the previously submitted storage admin patch.
2009 Dec 08
2
Rebased patches, fixed a rebasing problem...
The previous patch set had an error and one development branch's changes showed up twice, and two different change sets. So it was missing the bulk of the configuration work. This patch set fixes that.