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 703806B60E for ; Fri, 11 Dec 2020 10:58:49 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 648381E5B5 for ; Fri, 11 Dec 2020 10:58:49 +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) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 5077F1E5A8 for ; Fri, 11 Dec 2020 10:58:48 +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 1F1974376C; Fri, 11 Dec 2020 10:58:48 +0100 (CET) Date: Fri, 11 Dec 2020 10:58:46 +0100 From: Dominic =?iso-8859-1?Q?J=E4ger?= To: Proxmox VE user list , me@marcobertorello.it Message-ID: <20201211095846.GA77875@mala.proxmox.com> References: <876779fc-4043-5c94-a99c-5c50e45a40d1@marcobertorello.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <876779fc-4043-5c94-a99c-5c50e45a40d1@marcobertorello.it> User-Agent: Mutt/1.10.1 (2018-07-13) X-SPAM-LEVEL: Spam detection results: 0 AWL 1.694 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 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: Fri, 11 Dec 2020 09:58:49 -0000 What is the output of > cat /etc/pve/lxc/120.conf ? On Fri, Dec 11, 2020 at 09:43:32AM +0100, Bertorello, Marco wrote: > > I've those 3 lxc debian 10 based with FUSE feature activated in order to use > glusterfs inside the containers. > > All works fine, until I try to backup them (to PBS if it's useful). > > The backup starts normally, but hangs without end. Last logs I can see are: > > INFO: Starting Backup of VM 120 (lxc) > INFO: Backup started at 2020-12-11 04:07:02 > INFO: status = running > INFO: CT Name: haproxy3 > INFO: including mount point rootfs ('/') in backup > INFO: backup mode: snapshot > INFO: ionice priority: 7 > INFO: create storage snapshot 'vzdump' > > until I stopped it, after 4 hours more or less. > > I retried the backup but without success. During the backup job was running, > I cannot see any activity on PBS. > > Previous backup, before I implemented glusterfs, was: > > 120 haproxy3 OK 00:00:48 749MB ct/120/2020-12-10T02:25:10Z > > Do you have any ideas about? > > Thanks a lot and best regards, > > --