From: Markus Frank <m.frank@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH qemu-server/manager/access-control/docs v2 0/6] feature #1027 virtio-9p/virtio-fs
Date: Fri, 23 Dec 2022 14:10:01 +0100 [thread overview]
Message-ID: <20221223131007.130310-1-m.frank@proxmox.com> (raw)
v2:
replaced sharedfiles_fmt path in qemu-server with dirid:
- admin defines dirs on the host that are eligibly for mounting into
guests (<dirid>: /path/tp/share)
- admin gives access via an ACL (/dirs/<dirid>)
- user can then use the dirid to specify the directory
without requiring root access
pve-docs:
Markus Frank (1):
added shared filesystem doc for virtio-fs & virtio-9p
qm.adoc | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
pve-access-control:
Markus Frank (1):
added acls for Shared Files Directories
src/PVE/AccessControl.pm | 2 ++
src/PVE/RPCEnvironment.pm | 12 +++++++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
pve-manager:
Markus Frank (3):
added Config for Shared Files Directories
added Shared Files tab in Node Settings
added options to add virtio-9p & virtio-fs fileshare to qemu config
PVE/API2/DirConfig.pm | 129 +++++++++++++++++++
PVE/API2/Makefile | 1 +
PVE/API2/Nodes.pm | 6 +
PVE/DirConfig.pm | 139 +++++++++++++++++++++
PVE/Makefile | 1 +
www/manager6/Makefile | 2 +
www/manager6/Utils.js | 1 +
www/manager6/data/PermPathStore.js | 3 +
www/manager6/node/Config.js | 12 ++
www/manager6/node/SharedFiles.js | 177 +++++++++++++++++++++++++++
www/manager6/qemu/HardwareView.js | 19 +++
www/manager6/qemu/SharedfilesEdit.js | 101 +++++++++++++++
12 files changed, 591 insertions(+)
create mode 100644 PVE/API2/DirConfig.pm
create mode 100644 PVE/DirConfig.pm
create mode 100644 www/manager6/node/SharedFiles.js
create mode 100644 www/manager6/qemu/SharedfilesEdit.js
qemu-server:
Markus Frank (1):
feature #1027: virtio-9p & virtio-fs support
PVE/API2/Qemu.pm | 20 ++++++-
PVE/QemuServer.pm | 135 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 154 insertions(+), 1 deletion(-)
--
2.30.2
next reply other threads:[~2022-12-23 13:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-23 13:10 Markus Frank [this message]
2022-12-23 13:10 ` [pve-devel] [PATCH docs v2 1/6] added shared filesystem doc for virtio-fs & virtio-9p Markus Frank
2022-12-23 13:10 ` [pve-devel] [PATCH access-control v2 2/6] added acls for Shared Filesystem Directories Markus Frank
2023-01-16 15:45 ` Thomas Lamprecht
2022-12-23 13:10 ` [pve-devel] [PATCH manager v2 3/6] added Config " Markus Frank
2022-12-23 13:10 ` [pve-devel] [PATCH qemu-server v2 4/6] added Shared Files tab in Node Settings Markus Frank
2022-12-23 13:10 ` [pve-devel] [PATCH qemu-server v2 5/6] added options to add virtio-9p & virtio-fs Shared Filesystems to qemu config Markus Frank
2022-12-23 13:10 ` [pve-devel] [PATCH qemu-server v2 6/6] feature #1027: virtio-9p & virtio-fs support Markus Frank
2022-12-27 11:12 ` Wolfgang Bumiller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221223131007.130310-1-m.frank@proxmox.com \
--to=m.frank@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.