all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] fix #3856 hint parameter is not optional
@ 2022-02-03 11:57 Markus Frank
  2022-02-03 13:50 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Frank @ 2022-02-03 11:57 UTC (permalink / raw)
  To: pbs-devel

For the API the parameter --hint is not optional. This patch fixes
the man page and cli command doesn't send an API call, if the 
parameter does not exist.

Signed-off-by: Markus Frank <m.frank@proxmox.com>
---
 src/bin/proxmox_tape/encryption_key.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/proxmox_tape/encryption_key.rs b/src/bin/proxmox_tape/encryption_key.rs
index 3c2bade9..156295fd 100644
--- a/src/bin/proxmox_tape/encryption_key.rs
+++ b/src/bin/proxmox_tape/encryption_key.rs
@@ -145,7 +145,6 @@ fn show_key(
             },
             hint: {
                 schema: PASSWORD_HINT_SCHEMA,
-                optional: true,
             },
         },
     },
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pbs-devel] applied: [PATCH proxmox-backup] fix #3856 hint parameter is not optional
  2022-02-03 11:57 [pbs-devel] [PATCH proxmox-backup] fix #3856 hint parameter is not optional Markus Frank
@ 2022-02-03 13:50 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-02-03 13:50 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion, Markus Frank

On 03.02.22 12:57, Markus Frank wrote:
> For the API the parameter --hint is not optional. This patch fixes
> the man page and cli command doesn't send an API call, if the 
> parameter does not exist.
> 
> Signed-off-by: Markus Frank <m.frank@proxmox.com>
> ---
>  src/bin/proxmox_tape/encryption_key.rs | 1 -
>  1 file changed, 1 deletion(-)
> 

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-03 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 11:57 [pbs-devel] [PATCH proxmox-backup] fix #3856 hint parameter is not optional Markus Frank
2022-02-03 13:50 ` [pbs-devel] applied: " Thomas Lamprecht

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal