On 29/07/2021 14:25, Fabian Ebner wrote:
> I'll send the corresponding patches for pmg-rs and proxmox-backup
> separately.
pmg-rs and pve-rs really need to merge, at least into one repo, could be
a workspace with a common, pmg and pve subcrates that produces two binary
packages, just one package a
Signed-off-by: Hannes Laimer
---
PVE/Storage/BTRFSPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/Storage/BTRFSPlugin.pm b/PVE/Storage/BTRFSPlugin.pm
index 4596b30..411cab9 100644
--- a/PVE/Storage/BTRFSPlugin.pm
+++ b/PVE/Storage/BTRFSPlugin.pm
@@ -410,7 +410,7
We unconditionally added an entry into the bootorder whenever we
edited the drive, even if it was already in there. Instead we only want to do
that if the bootorder list does not contain it already.
Signed-off-by: Dominik Csapak
---
PVE/API2/Qemu.pm | 2 +-
1 file changed, 1 insertion(+), 1 dele
Signed-off-by: Dominik Csapak
---
www/manager6/node/ZFS.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/node/ZFS.js b/www/manager6/node/ZFS.js
index 515a19e9..8ea364bf 100644
--- a/www/manager6/node/ZFS.js
+++ b/www/manager6/node/ZFS.js
@@ -85,6 +85,7 @@ Ext.define('PVE.node.C
pve-storage:
Dominik Csapak (1):
api: disks: allow zstd compression for zfs pools
PVE/API2/Disks/ZFS.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
pve-manager:
Dominik Csapak (1):
ui: node/ZFS: add zstd to possible compression methods
www/manager6/node/ZFS.js | 1 +
1 file cha
Signed-off-by: Dominik Csapak
---
PVE/API2/Disks/ZFS.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/API2/Disks/ZFS.pm b/PVE/API2/Disks/ZFS.pm
index b815ee7..0418794 100644
--- a/PVE/API2/Disks/ZFS.pm
+++ b/PVE/API2/Disks/ZFS.pm
@@ -316,7 +316,7 @@ __PACKAGE__->register
On 30/07/2021 08:38, Dominik Csapak wrote:
> So that a user coming from the web-interface can see what the checkbox does.
>
> Signed-off-by: Dominik Csapak
> ---
> qm-pci-passthrough.adoc | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
>
applied, thanks!
On 30/07/2021 08:40, Dominik Csapak wrote:
> link the user directly to the vm config section of the pci
> passthrough docs, since that is whats happening on that panel.
>
> It still is on the same page as the whole passthrough docs, so
> the remaining info is still there.
>
> Signed-off-by: Domin
On 30/07/2021 13:04, Hannes Laimer wrote:
> Signed-off-by: Hannes Laimer
> ---
> PVE/Storage/BTRFSPlugin.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks! Albeit the commit message was lacking background, so I amended
it with:
> The method is only derived in the D
On 30/07/2021 13:28, Dominik Csapak wrote:
> We unconditionally added an entry into the bootorder whenever we
> edited the drive, even if it was already in there.
argh.
> Instead we only want to do
> that if the bootorder list does not contain it already.
>
> Signed-off-by: Dominik Csapak
> ---
On 22/07/2021 15:06, Lorenz Stechauner wrote:
> this is the first step in which not the http server removes the
> temporary file, but the worker itself.
>
> Signed-off-by: Lorenz Stechauner
> ---
> PVE/API2/Storage/Status.pm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/PVE/API2/Stor
Missing prefix "fix #3505: "
On 22/07/2021 15:06, Lorenz Stechauner wrote:
> Signed-off-by: Lorenz Stechauner
> ---
> PVE/API2/Storage/Status.pm | 34 ++
> 1 file changed, 34 insertions(+)
>
> diff --git a/PVE/API2/Storage/Status.pm b/PVE/API2/Storage/Status.pm
>
On 22/07/2021 15:06, Lorenz Stechauner wrote:
> changes to v1:
> * dropped commits, that were already applied in the mean time
> * better commit messages
> * dropped the 'new-filename' - using 'filename' instead
> * error handling for unlink
> * dropped check for `new FormData()` in pve-manager
> *
On 21/07/2021 17:13, Aaron Lauterer wrote:
> By adding the keyring for RBD storage or the secret for CephFS ones, it
> is possible to add an external Ceph cluster with only one API call.
>
> Previously the keyring / secret file needed to be placed in
> /etc/pve/priv/ceph/$storeID.{keyring,secret}
On 30/07/2021 13:34, Dominik Csapak wrote:
> Signed-off-by: Dominik Csapak
> ---
> PVE/API2/Disks/ZFS.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://list
On 30/07/2021 13:34, Dominik Csapak wrote:
> Signed-off-by: Dominik Csapak
> ---
> www/manager6/node/ZFS.js | 1 +
> 1 file changed, 1 insertion(+)
>
>
applied, with d/control version bump for storage as follow up, thanks!
___
pve-devel mailing list
On 19/07/2021 15:07, Oguz Bektas wrote:
> remove type check for the specific plugins, instead we can deduce it
> from the supported content type in config (this can only be set on
> storages that declare to support backups). should also work with
> external storage plugins.
>
> Signed-off-by: Oguz
17 matches
Mail list logo