public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Dietmar Maurer <dietmar@proxmox.com>
To: Proxmox Backup Server development discussion
	<pbs-devel@lists.proxmox.com>,  Dylan Whyte <d.whyte@proxmox.com>
Subject: [pbs-devel] applied: [PATCH proxmox-backup-client] mount: fix mount subcommand
Date: Thu, 10 Sep 2020 07:21:00 +0200 (CEST)	[thread overview]
Message-ID: <1395553245.1098.1599715261393@webmail.proxmox.com> (raw)
In-Reply-To: <20200908133354.32540-1-d.whyte@proxmox.com>

applied 

> On 09/08/2020 3:33 PM Dylan Whyte <d.whyte@proxmox.com> wrote:
> 
>  
> fixes the error, "manifest does not contain
> file 'X.pxar'", that occurs when trying to mount
> a pxar archive with 'proxmox-backup-client mount':
> 
> Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
> ---
>  src/bin/proxmox_backup_client/mount.rs | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/bin/proxmox_backup_client/mount.rs b/src/bin/proxmox_backup_client/mount.rs
> index 7646e98c..24224499 100644
> --- a/src/bin/proxmox_backup_client/mount.rs
> +++ b/src/bin/proxmox_backup_client/mount.rs
> @@ -141,7 +141,7 @@ async fn mount_do(param: Value, pipe: Option<RawFd>) -> Result<Value, Error> {
>  
>      let (manifest, _) = client.download_manifest().await?;
>  
> -    let file_info = manifest.lookup_file_info(&archive_name)?;
> +    let file_info = manifest.lookup_file_info(&server_archive_name)?;
>  
>      if server_archive_name.ends_with(".didx") {
>          let index = client.download_dynamic_index(&manifest, &server_archive_name).await?;
> -- 
> 2.20.1
> 
> 
> 
> _______________________________________________
> pbs-devel mailing list
> pbs-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel




      reply	other threads:[~2020-09-10  5:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08 13:33 [pbs-devel] " Dylan Whyte
2020-09-10  5:21 ` Dietmar Maurer [this message]

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=1395553245.1098.1599715261393@webmail.proxmox.com \
    --to=dietmar@proxmox.com \
    --cc=d.whyte@proxmox.com \
    --cc=pbs-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal