[pve-devel] [PATCH v2 manager 0/4] mount point editing

Wolfgang Bumiller w.bumiller at proxmox.com
Tue Feb 23 15:00:18 CET 2016


Changes since version 1:
*) Parser now dows mountpoint classification since the 'type' is used
   in two places.
*) Removed 'rootfs' from mountpoint id selection dropdown box.
   (Since the 'rootfs' cannot be deleted it can also not be created.)
*) Mount point ID is validated (whether it is already in use) while
   changing it.
*) Quota button gets greyed out and unchecked when choosing a ZFS
   storage.
*) Path textfield uses /some/path as emptyText instead of a default
   value.
*) Quota checkbox is disabled for bind mount entries.
*) Edit button is disabled for bind mounts unless you're root at pam.
*) Remove left-over now unused stroagesel widget from wizard cration
   code.

Wolfgang Bumiller (4):
  parser: perform mountpoint classification
  lxc: create/edit/remove mountpoints
  lxc: use mount point editor in create wizard
  lxc: disable edit button for non-root users for bindmounts

 www/manager/Parser.js           |  13 +-
 www/manager/lxc/CreateWizard.js |  37 ++---
 www/manager/lxc/ResourceEdit.js | 338 ++++++++++++++++++++++++++++++++++++++++
 www/manager/lxc/Resources.js    |  85 +++++++++-
 4 files changed, 442 insertions(+), 31 deletions(-)

-- 
2.1.4





More information about the pve-devel mailing list