On 08/30/2017 05:22 PM, Philip Abernethy wrote:
Uses the memberVSSelector to get a list of all VMs and containers
in the selected pool.
same as the previous patch, with a few `if (me.poolname)' checks the existing
BulkAction class could me shaped to serve both use cases, reducing code
deduplica
n 08/30/2017 05:22 PM, Philip Abernethy wrote:
The new selector is functionally identical to the VMSelector,
except that it filters the resource list with a pool name, instead
of a node name.
Yes its really quite identical, as a diff on both files shows.
Instead of deduplicate all the code the
On 08/30/2017 05:22 PM, Philip Abernethy wrote:
I added a context menu for pools to allow for bulk start and stop of
machines in a selected pool.
Could it be that you sent an old version of this series? It does not
work at all here, I suspect that this is mainly due to the fact that
in PoolBulk
Am 22.08.2017 um 08:16 schrieb Alexandre DERUMIER:
> Hi Stefan,
>
> No I don't have this behaviour. I only remember probleme with old debian
> wheezy with kernel 3.2,
> where I had this kind of problem. (seem to be a problem in virtio-net driver
> in 3.2)
>
>
> Do you known exactly where the
> This allow for instance to sort by Completion Status,
> Username, Node.
Does it really make sense to sort logs that way? IMHO it
is important to have them ordered by time.
___
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cg
Uses the memberVSSelector to get a list of all VMs and containers
in the selected pool.
---
www/manager6/window/PoolBulkAction.js | 100 ++
1 file changed, 100 insertions(+)
create mode 100644 www/manager6/window/PoolBulkAction.js
diff --git a/www/manager6/window/
The new selector is functionally identical to the VMSelector,
except that it filters the resource list with a pool name, instead
of a node name.
---
www/manager6/form/MemberVMSelector.js | 207 ++
1 file changed, 207 insertions(+)
create mode 100644 www/manager6/fo
I added a context menu for pools to allow for bulk start and stop of
machines in a selected pool. I'm pondering whether or not to add bulk
migration as well. Our current bulk migration makes all machines
migrate to the same target. In pools the machines can reside on many
different nodes, so select
Links the pool.CmdMenu in createCmdMenu to make it available.
Makefile updated to include all necessary files.
---
www/manager6/Makefile | 3 +++
www/manager6/Utils.js | 5 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/www/manager6/Makefile b/www/manager6/Makefile
index 6c3ef
Adds a CmdMenu for pools to allow for right-click actions on a
selected pool.
---
www/manager6/pool/CmdMenu.js | 57
1 file changed, 57 insertions(+)
create mode 100644 www/manager6/pool/CmdMenu.js
diff --git a/www/manager6/pool/CmdMenu.js b/www/manag
No functional changes
---
www/manager6/dc/Log.js | 130 +++
www/manager6/dc/Tasks.js | 195 +++
2 files changed, 161 insertions(+), 164 deletions(-)
diff --git a/www/manager6/dc/Log.js b/www/manager6/dc/Log.js
index 62370ec
---
www/manager6/dc/Log.js | 4 ++--
www/manager6/dc/Tasks.js | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/manager6/dc/Log.js b/www/manager6/dc/Log.js
index 4a47f18e..64178137 100644
--- a/www/manager6/dc/Log.js
+++ b/www/manager6/dc/Log.js
@@ -77,12 +77,12 @@ Ext
This allow for instance to sort by Completion Status,
Username, Node.
It is possible to revert to the default sorting by using
the Reset Layout option in the User preferences.
---
www/manager6/dc/Log.js | 2 +-
www/manager6/dc/Tasks.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
d
Patch 1 and 2 have no functional changes
Patch 3 has the option changed.
This could be useful for instance to track the actions of a user / node /
status completion.
Emmanuel Kasper (3):
Rewrite Log Panel and Task Panel with declarative synthax
White and indentation fixes
Make Cluster logs
patches 7 to 12 tested OK, looks good to me
On 07/19/2017 03:45 PM, Dominik Csapak wrote:
> Signed-off-by: Dominik Csapak
> ---
> www/manager6/lxc/MPEdit.js | 119
> -
> 1 file changed, 32 insertions(+), 87 deletions(-)
>
> diff --git a/www/manager6/
On 08/30/2017 01:17 PM, Philip Abernethy wrote:
We always recommend putting ceph-internal communication into a separate
cluster network. Yet pveceph init does not allow to specify one,
leading to difficulties if one were to follow the setup guide on the
wiki, which proceeds to create monitors aft
> +setStorageFormats: function(types) {
> + /*jslint confusion: true*/
> + // format/select are functions elsewhere
> + var me = this;
> + var type,sf;
> + me.storageformats = {};
> + for (type in types) {
> + if (types.hasOwnProperty(type)) {
> + var
We always recommend putting ceph-internal communication into a separate
cluster network. Yet pveceph init does not allow to specify one,
leading to difficulties if one were to follow the setup guide on the
wiki, which proceeds to create monitors after the ceph network was
initialised.
---
That look
On 08/30/2017 09:41 AM, Philip Abernethy wrote:
---
We always recommend putting ceph-internal communication into a separate cluster
network. Yet pveceph init does not allow to specify one, leading to
difficulties if one were to follow the setup guide on the wiki, which proceeds
to create monitors
Beaware that for upgrades they seem to have missed a patch for ceph-mgr
creation:
http://tracker.ceph.com/issues/20950
El 30/08/17 a las 10:41, Florent B escribió:
Ceph Luminous is released
On 04/07/2017 17:25, Martin Maurer wrote:
Hi all,
We are very happy to announce the final release of
---
We always recommend putting ceph-internal communication into a separate cluster
network. Yet pveceph init does not allow to specify one, leading to
difficulties if one were to follow the setup guide on the wiki, which proceeds
to create monitors after the ceph network was initialised.
In case y
21 matches
Mail list logo