1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-06 13:17:42 +03:00
Commit Graph

4804 Commits

Author SHA1 Message Date
Hector Sanjuan
6d18f1209e Feature #1299: Added image clone support in Sunstone
(cherry picked from commit 9c9d76f5c2c393f685d4d20d10b4a68c3d253e67)
2012-06-21 16:50:45 +02:00
Hector Sanjuan
99529a168f Feature #1288: Add user and group quotas support to Sunstone
(cherry picked from commit 5b66d7e3d0799b974a125385feb2d6ee7a984fe1)
2012-06-21 16:50:29 +02:00
Carlos Martín
37a816d4a4 Feature #1291: Fix Image state transition from READY to USED/USED_PERS 2012-06-21 16:47:12 +02:00
Carlos Martín
24db7e7527 Feature #1288: Clean VM quota when it reaches 0 usage and limi 2012-06-21 16:47:12 +02:00
Ruben S. Montero
7122f5d5b0 Allow DATABLOCKs to be defined with PATHs 2012-06-21 16:45:52 +02:00
Carlos Martín
4eb509722f Feature #1288: Add missing constant in onequota_helper.rb file 2012-06-21 15:56:19 +02:00
Carlos Martín
165a23d91e Feature #1288: Oneadmin can't be moved outside of the oneadmin group 2012-06-21 15:17:07 +02:00
Ruben S. Montero
9210a783ca bug: Show the right error message in CLI name_to_id actions 2012-06-21 13:47:49 +02:00
Javi Fontan
53c699e24b feature #1303: add license to downloader.sh and minor changes 2012-06-21 12:51:16 +02:00
Ruben S. Montero
b6626dbee6 bug: Make [] of XMLElement NOKOGIRI and REXML behave similarly when no text is in element 2012-06-21 11:58:41 +02:00
Javi Fontan
39fa229ef0 feature #1303: add downloader.sh for real 2012-06-21 02:50:36 +02:00
Javi Fontan
44af5b0907 feature #1303: changed datastores to use sh downloader 2012-06-21 00:50:05 +02:00
Javi Fontan
fb398ff9b2 feature #1303: changed downloader for a sh vesion 2012-06-21 00:50:05 +02:00
Carlos Martín
4c6233bd09 Bug #1308: Before a chown operation, check if the new user already has an object with the same name 2012-06-20 17:33:00 +02:00
Tino Vazquez
de579b57a3 feature #1307: Polishing attach/detach for VMware 2012-06-20 16:31:40 +02:00
Tino Vazquez
09d8cf33ad Merge branch 'master' of git.opennebula.org:one 2012-06-20 15:51:01 +02:00
Tino Vazquez
8c13490bde feature #1307: Add sh option to VMware vmm driver 2012-06-20 15:50:32 +02:00
Daniel Molina
e5b7f702e2 Fix remember me for Sunstone 2012-06-20 15:42:43 +02:00
Carlos Martín
3c324b4ad3 Bug #1311: Include the restricted image attributes check in RMAllocate 2012-06-20 15:07:15 +02:00
Ruben S. Montero
00176298cc feature #1303: Use wget instead of curl to get http headers 2012-06-20 13:24:00 +02:00
Carlos Martín
010c929e4c Remove duplicated files from install.sh 2012-06-20 12:08:31 +02:00
Carlos Martín
f35cb98ec3 Fix wrong status name in VirtualMachine.java 2012-06-20 11:35:01 +02:00
Ruben S. Montero
b3316ed944 Fix wrong conflict resolution 2012-06-20 00:06:38 +02:00
Ruben S. Montero
727826b0a8 Merge branch 'feature-1223'
Conflicts:
	src/image/ImageManagerActions.cc
	src/oca/java/src/org/opennebula/client/vm/VirtualMachine.java
2012-06-19 23:48:13 +02:00
Ruben S. Montero
24fe649e5d Merge branch 'feature-1303'
Conflicts:
	src/datastore_mad/remotes/iscsi/cp
	src/datastore_mad/remotes/lvm/cp
	src/datastore_mad/remotes/vmware/cp
2012-06-19 23:31:31 +02:00
Hector Sanjuan
ec7a5d3663 Remove unexisting files from install.sh
(cherry picked from commit 872a500228ab00603c268420855b797cd3bed0de)
2012-06-19 22:54:03 +02:00
Carlos Martín
77452c86e4 Feature #1288: Do not try to check quotas when image or network ID is not present 2012-06-19 18:59:11 +02:00
Tino Vazquez
2a8ec0bbf3 Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223 2012-06-19 18:48:10 +02:00
Tino Vazquez
14aaab3c0d Change ls -> sudo comprobation 2012-06-19 18:47:43 +02:00
Javi Fontan
b44f650dd5 feature #1307: add attach and detach scripts to xen 2012-06-19 18:47:42 +02:00
Tino Vazquez
3f165a380f Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223 2012-06-19 18:46:02 +02:00
Jaime Melis
f43779e0e7 feature #1223: Fix typos. 2012-06-19 18:45:12 +02:00
Carlos Martín
20d76f92df Feature #1288: Fix VM quotas for VMs migrated from previous versions, that may not have cpu or memory 2012-06-19 18:44:35 +02:00
Ruben S. Montero
5f180478cf Add missing blanks in error message 2012-06-19 18:45:33 +02:00
Tino Vazquez
4658b0a2d3 Fix bad TM vmware clone script 2012-06-19 18:43:41 +02:00
Ruben S. Montero
f1f9e0f2fb Improve error messages when a vnet or image is not found by name 2012-06-19 18:42:34 +02:00
Carlos Martín
e2f59f0cbb Feature #1288: Clean quotas that reach 0 usage and limit 2012-06-19 18:02:55 +02:00
Jaime Melis
6a3f1b67bc feature #1223: Use attach-device instead of attach-disk for KVM. More flexible. 2012-06-19 17:50:09 +02:00
Jaime Melis
4f8e4a5e15 feature #1223: Use standard opts both for file and for image in onevm attachdisk 2012-06-19 17:50:09 +02:00
Ruben S. Montero
6172aee9c0 feature #1223: Delete disks if an error ocurred setting up target/DISK 2012-06-19 16:54:54 +02:00
Ruben S. Montero
0195060cd7 feature #1233: Make use of DEV_PREVIX in DISK attributes 2012-06-19 16:51:22 +02:00
Jaime Melis
ca540073b3 feature #1223: Add attach_disk and detach_disk scripts to install.sh 2012-06-19 15:29:51 +02:00
Jaime Melis
b4bd1956aa feature #1223: Use XPATH to parse the drv_message in the attach_disk scripts, to extract DISK attributes like BUS, DRIVER, CACHE. 2012-06-19 15:29:51 +02:00
Jaime Melis
3790a90c0c feature #1223: Use ATTACH=YES to locate the attached/detached disk. 2012-06-19 15:29:51 +02:00
Jaime Melis
8b0db92dd3 feature #1223: Remove DISK_ID from VMM_DRIVER_ACTION_DATA 2012-06-19 15:29:51 +02:00
Jaime Melis
2772ba8a84 feature #1223: Fix error messages and error handling bugs for attach_disk methods 2012-06-19 15:29:51 +02:00
Tino Vazquez
58b6c1f936 feature #1307: Change bash for sh in detach script for VMware 2012-06-19 15:27:43 +02:00
Ruben S. Montero
8f809df025 Merge branch 'feature-1291' 2012-06-19 14:30:50 +02:00
Tino Vazquez
09ffdad2bf Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223 2012-06-19 12:55:53 +02:00
Tino Vazquez
71b7acc186 feature #1307: Fix for attach/detach vmware not finding scripts_common_sh.sh 2012-06-19 12:55:17 +02:00