From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id BB28F60A2C for ; Tue, 15 Dec 2020 11:39:41 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id B218210131 for ; Tue, 15 Dec 2020 11:39:11 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 0ADB910127 for ; Tue, 15 Dec 2020 11:39:11 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id CC5684515E; Tue, 15 Dec 2020 11:39:10 +0100 (CET) Date: Tue, 15 Dec 2020 11:39:08 +0100 From: Dominic =?iso-8859-1?Q?J=E4ger?= To: Proxmox VE user list , me@marcobertorello.it Message-ID: <20201215103908.GA462535@mala> References: <876779fc-4043-5c94-a99c-5c50e45a40d1@marcobertorello.it> <20201211095846.GA77875@mala.proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-SPAM-LEVEL: Spam detection results: 0 AWL 1.663 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: Re: [PVE-User] LXC with glusterfs backup X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2020 10:39:41 -0000 The problem is FUSE together with backup of a running container. It is explained in the documentation https://pve.proxmox.com/pve-docs/chapter-pct.html#_fuse_mounts The solution that is proposed in that link worked for me for GlusterFS. On Fri, Dec 11, 2020 at 11:13:46AM +0100, Bertorello, Marco wrote: > Here the lxc configuration (a try to backup is currently running): > > root@pve3:~# cat /etc/pve/lxc/120.conf > arch: amd64 > cores: 1 > features: fuse=1,nesting=1 > hostname: haproxy3 > lock: snapshot > memory: 1024 > net0: name=eth0,bridge=vmbr0,gw=192.168.1.1,hwaddr=62:FF:14:9F:F8:A6,ip=192.168.1.53/24,type=veth > ostype: debian > rootfs: DS1:subvol-120-disk-0,size=8G > swap: 512 > > [vzdump] > #vzdump backup snapshot > arch: amd64 > cores: 1 > features: fuse=1,nesting=1 > hostname: haproxy3 > memory: 1024 > net0: name=eth0,bridge=vmbr0,gw=192.168.1.1,hwaddr=62:FF:14:9F:F8:A6,ip=192.168.1.53/24,type=veth > ostype: debian > rootfs: DS1:subvol-120-disk-0,size=8G > snapstate: prepare > snaptime: 1607674369 > > swap: 512 >