osuosl / ganeti_webmgr

Ganeti Web Manager is a Django based web application that allows administrators and clients access to their ganeti clusters. It includes a permissions and quota system that allows administrators to grant access to both clusters and virtual machines. It also includes user groups for structuring access to organizations.
https://code.osuosl.org/projects/ganeti-webmgr
GNU General Public License v2.0
64 stars 32 forks source link

ext storage support #52

Open tschuy opened 9 years ago

tschuy commented 9 years ago

From Darius Spitznagel

Hello guys,

it would be really cool if you could implement "ext" disk template support (choosing provider + parameter) in your "Create VM" wizard. I have written my own "lvm based" extstorage provider which you can use to test. Look at the bottom of https://code.google.com/p/ganeti/wiki/ExtStorageProviders and you will find it.

Kind regards Darius

lmorfitt commented 9 years ago

+1 Would also like to see this implemented.

We have a SAN which we are using for all of our storage, and a bunch of scripts to manage the SAN disks.

thanks, Luke