2772ba8a84
feature #1223 : Fix error messages and error handling bugs for attach_disk methods
2012-06-19 15:29:51 +02:00
58b6c1f936
feature #1307 : Change bash for sh in detach script for VMware
2012-06-19 15:27:43 +02:00
8f809df025
Merge branch 'feature-1291'
2012-06-19 14:30:50 +02:00
09ffdad2bf
Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223
2012-06-19 12:55:53 +02:00
71b7acc186
feature #1307 : Fix for attach/detach vmware not finding scripts_common_sh.sh
2012-06-19 12:55:17 +02:00
f607d0ea74
Feature #1304 : Remove extra Document type arguments from Java OCA
2012-06-19 12:01:57 +02:00
04e1dd9d0c
Feature #1223 : Add attach & detach methods to Java OCA
2012-06-19 11:31:27 +02:00
ce39dc516c
feature #1223 : Removed no-longer supported DISK/SOURCE attribute from VM_RESTRICTED_ATTR in oned.conf
2012-06-19 11:15:31 +02:00
718030e5f7
Feature #1300 : Changed UIs to use new Font Awesome 2.0 icons
...
(cherry picked from commit 62e2cae0e99547ad340604eada91ba14594ca814)
2012-06-18 23:25:29 +02:00
80f6f597fc
Feature #1299 : Add monitoring plots to clusters dashboard
...
Additionally, re-arrange dashboard plots, update non-admin user dashboard, reorder monitoring code.
(cherry picked from commit 7579fcbe3f4366699fb66e345d666e087666dd4f)
2012-06-18 23:24:56 +02:00
df220660f4
Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223
2012-06-18 18:35:37 +02:00
9c27830b18
feature #1223 : Release image after a successful detach/failure attach operations
2012-06-18 18:34:26 +02:00
8dbb1dc283
feature #1303 : bug in iscsi cp datastore remote
2012-06-18 18:22:08 +02:00
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