7445090a81
feature #1307 : Add scripts_common_sh.sh to install.sh
2012-06-18 18:19:51 +02:00
4eca161ae0
Bug #1310 : Free memory in certain error situations, when a VM is created
2012-06-18 18:12:28 +02:00
4e1a05b67a
feature #1291 : Add missing cut options
2012-06-18 17:10:21 +02:00
c4c72a8ec1
Change the order of oneuser list output columns
2012-06-18 17:03:28 +02:00
25c786d4a1
Remove old publish methods from ruby oca
2012-06-18 17:00:35 +02:00
9e2a15f820
Feature #1291 : Update image.xsd doc file
2012-06-18 16:53:14 +02:00
9eb7df267f
Feature #1291 : Add new Image states to Java OCA
2012-06-18 16:52:34 +02:00
bbdbaa512e
Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223
2012-06-18 16:51:04 +02:00
08b2ead4ce
feature #1307 : Add attach/detach scripts to install.sh
2012-06-18 16:50:26 +02:00
780fad0c7b
Update xsd doc files
2012-06-18 16:27:52 +02:00
a9f8634a29
feature #1303 : make the uncompressor write to the fd
...
ruby 1.8.7 has a bug writting files (or pipes) to overcome it
the file (or stdout) is opened in the downloader and then
the uncompress command is started redirecting stdout to the
descriptor. Pseudocode:
if write_to_stdout?
fd=dup(stdout)
else
fd=open(output_file)
end
exec("$UNCOMPRESSOR >&$fd")
2012-06-18 16:09:09 +02:00
75ba459733
feature #1223 : which sudo is now evaluated in the ESX server
2012-06-18 16:03:25 +02:00
c61373a0a8
Fix bad precedence if test
2012-06-18 15:51:19 +02:00
c500189ea9
Fix onegroup list quota output
2012-06-18 15:32:04 +02:00
5337d4cb7d
Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223
2012-06-18 14:45:40 +02:00
3021933abf
Feature #1288 : Add quota methods to Java OCA
2012-06-18 12:23:26 +02:00
f8fa2e09d0
feature #1223 : Modified Quota interface to accomodate Attach/Detach operations
2012-06-15 23:33:50 +02:00
fb70be99fd
Fix VM quota column in oneuser/group outputs
2012-06-15 18:44:10 +02:00
c9a4175a19
Add quotas to onedb migrator
2012-06-15 18:30:32 +02:00
8d79167333
Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223
2012-06-15 18:15:09 +02:00
e05dbdb5bd
feature #1223 : Attach operation name missmatch. attach operations for the dummy driver
2012-06-15 18:14:08 +02:00
df71bfa3ab
feature #1303 : downloader retries writing when the uncompress command is busy
2012-06-15 18:12:43 +02:00
d2c65e74ba
Fix sudo issues in ESX 5.x
2012-06-15 18:07:11 +02:00
1ddf0e281b
feature #1223 : Send target_index as well to both attach and detach VMM commands
2012-06-15 17:43:36 +02:00
da5a18a886
feature #1307 : Add oned.conf options for attach disk in VMware
...
Modify scripts to abide to new parameter signature
2012-06-15 17:43:01 +02:00
1f12736fac
feature #1307 : Add detach and attach disk actions for VMware
2012-06-15 17:25:26 +02:00
b136938841
feautre #1291 : Do not update images if they have been removed
2012-06-15 17:17:11 +02:00
214133ebdd
feature #1223 : Make attach/detach driver actions more robust to properly handle missing required XML tags, instead of crashing
2012-06-15 17:13:16 +02:00
f04749ed8c
feature #1223 : Fix minor typos
2012-06-15 17:13:16 +02:00
32845b49da
feature #1223 : removed debug lines
2012-06-15 16:50:44 +02:00
2f0c1d0e7e
feature #1223 : Included quotas for detach. Refactor some detach methods
2012-06-15 16:28:30 +02:00
8c9ce86249
Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223
2012-06-15 16:28:10 +02:00
fe0ed3c06c
feature #1303 : bug in downloader.rb (reading stder for local files)
2012-06-15 15:58:35 +02:00
25beab57af
feature #1307 : Add shell option to one_vmm_exec
...
for ESX 5+ which only provides sh
2012-06-15 15:23:03 +02:00
e663034a92
Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223
2012-06-15 15:02:29 +02:00
ba04cb0420
feature #1223 : Add HOTPLUG to the LCM states in OCA ruby, OCA Java, Ozones GUI and Sunstone GUI
2012-06-15 14:02:08 +02:00
e2927e871a
Feature #1223 : Add OCA and CLI for onevm attach and onevm detach
2012-06-15 13:27:46 +02:00
582b8736e9
feature #1223 : Removed unneeded log functions
2012-06-15 13:14:49 +02:00
6e44c6ebf3
feature #1233 : Fix compilation. Detach operation broken
2012-06-15 12:43:52 +02:00
bdba7a3d3c
Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223
...
Conflicts:
include/DispatchManager.h
include/VirtualMachine.h
src/rm/RequestManagerVirtualMachine.cc
2012-06-15 12:34:43 +02:00
1dbeaa1719
feature #1233 : Added quotas.Refactor Attach methods
2012-06-15 12:28:20 +02:00
66fe5363f8
Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223
2012-06-14 19:34:19 +02:00
e63cff6e57
feature #1307 : Add a new force copy in sh im driver to force probe copying
...
Useful for attach disk in VMware
2012-06-14 19:31:53 +02:00
81d08f5f75
feature #1291 : Add DS_MAD common clone script for vmware and fs
2012-06-14 19:19:33 +02:00
e3f7a1aa98
feature #1303 copy vmware directory images with cp
2012-06-14 18:29:03 +02:00
f6793ad087
feature #1240 : fix bugs and typos in lvm drivers
2012-06-14 18:21:11 +02:00
8ccbf3e397
feature #1291 : Add DS_MAD clone scripts for LVM and iSCSI
2012-06-14 18:18:04 +02:00
0f59a29e48
Feature #1223 : Use the disk_id to generate the disk.i paths everywhere
2012-06-14 18:03:58 +02:00
1eebdbc07a
Feature #1223 : Detach operation
2012-06-14 17:45:41 +02:00
38b8769331
feature #1303 : changed datastores cp to use downloader.rb
2012-06-14 16:22:17 +02:00