opennebula-cli 4.3.80.beta → 4.3.90.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/onevm +4 -2
- data/lib/one_helper/onehost_helper.rb +4 -0
- metadata +4 -4
data/bin/onevm
CHANGED
|
@@ -553,7 +553,8 @@ cmd=CommandParser::CmdParser.new(ARGV) do
|
|
|
553
553
|
end
|
|
554
554
|
|
|
555
555
|
disk_attach_desc = <<-EOT.unindent
|
|
556
|
-
Attaches a disk to a running VM
|
|
556
|
+
Attaches a disk to a running VM. When using --file add only one
|
|
557
|
+
DISK instance.
|
|
557
558
|
|
|
558
559
|
States: RUNNING
|
|
559
560
|
EOT
|
|
@@ -609,7 +610,8 @@ cmd=CommandParser::CmdParser.new(ARGV) do
|
|
|
609
610
|
end
|
|
610
611
|
|
|
611
612
|
nic_attach_desc = <<-EOT.unindent
|
|
612
|
-
Attaches a NIC to a running VM
|
|
613
|
+
Attaches a NIC to a running VM. When using --file add only one
|
|
614
|
+
NIC instance.
|
|
613
615
|
|
|
614
616
|
States: RUNNING
|
|
615
617
|
EOT
|
|
@@ -53,6 +53,10 @@ class OneHostHelper < OpenNebulaHelper::OneHelper
|
|
|
53
53
|
d["HOST_SHARE"]["RUNNING_VMS"]
|
|
54
54
|
end
|
|
55
55
|
|
|
56
|
+
column :ZVM, "Number of Virtual Machine zombies", :size=>3 do |d|
|
|
57
|
+
d["TEMPLATE"]["TOTAL_ZOMBIES"] || 0
|
|
58
|
+
end
|
|
59
|
+
|
|
56
60
|
column :TCPU, "Total CPU percentage", :size=>4 do |d|
|
|
57
61
|
d["HOST_SHARE"]["MAX_CPU"]
|
|
58
62
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opennebula-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.3.
|
|
4
|
+
version: 4.3.90.rc1
|
|
5
5
|
prerelease: 7
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-11-
|
|
12
|
+
date: 2013-11-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: opennebula
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 4.3.
|
|
21
|
+
version: 4.3.90.rc1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - '='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 4.3.
|
|
29
|
+
version: 4.3.90.rc1
|
|
30
30
|
description: Commands used to talk to OpenNebula
|
|
31
31
|
email: contact@opennebula.org
|
|
32
32
|
executables:
|