search for: add_volume

Displaying 7 results from an estimated 7 matches for "add_volume".

Did you mean: add_column
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 27
1
Storage admin patches
This set of patches supercedes the previous set, and has been rebased with changes from upstream.
2009 Nov 09
1
Rebased again...
This patch again rebases on upstream and should apply on next as of right now.
2009 Oct 14
0
[PATCH node] Provides a new storage administration system to the managed node.
...rom stoppool import StopStoragePool +from removepool import RemoveStoragePool +from addvolume import AddStorageVolume +from removevolume import RemoveStorageVolume +from listpools import ListStoragePools + +ADD_POOL = 1 +START_POOL = 2 +STOP_POOL = 3 +REMOVE_POOL = 4 +ADD_VOLUME = 5 +REMOVE_VOLUME = 6 +LIST_POOLS = 7 + +class StoragePoolMenuScreen(MenuScreen): + def __init__(self): + MenuScreen.__init__(self, "Storage Pool Administration") + + def get_menu_items(self): + return (("Add A Storage Pool", ADD_POOL), +...
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.
2011 Apr 08
0
Wine release 1.2.3
...ing a certificate's name. include: Add some missing definitions. J?rg H?hle (1): msvcrt: sizeof(long double) is 12 with MS, but not necessarily so on UNIX. Ken Thomases (2): iphlpapi: Enable non-privileged ICMP (ping) on Mac OS X. mountmgr: Balance volume references in add_volume(). Kirill Smelkov (1): kernel32: Support deleting resources in UpdateResource. Lauri Kentt? (1): readme: Add Finnish translation. Maarten Lankhorst (3): ole32: Handle alertable wait in CoWaitForMultipleHandles. mshtml: Make sure system xpcom dll gets loaded. kernel3...
2011 Feb 04
0
Wine release 1.3.13
...alueToStr doesn't quote (based on a patch by Christian Inci). crypt32/tests: Test CertNameToStr's quoting behavior with CERT_SIMPLE_NAME_STR. crypt32: Fix string quoting in CertRDNValueToStrA/W and CertNameToStrA/W. Ken Thomases (1): mountmgr: Balance volume references in add_volume(). Kusanagi Kouichi (7): kernel32: Include term.h conditionally. gdi32/tests: Add some more tests for GetCharABCWidthsA. gdi32: Reject invalid character range in GetCharABCWidthsA. gdi32: Upper 24 bits of a character range must be same. gdi32/tests: Consolidate identi...