From owner-freebsd-ports-bugs@freebsd.org Wed Jan 27 04:37:38 2021 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 39D8B4ECD23 for ; Wed, 27 Jan 2021 04:37:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DQW6p0ylNz3C8W for ; Wed, 27 Jan 2021 04:37:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 210B14ECC30; Wed, 27 Jan 2021 04:37:38 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 20D234ECC94 for ; Wed, 27 Jan 2021 04:37:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DQW6p0JhBz3CVH for ; Wed, 27 Jan 2021 04:37:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F18FE16B09 for ; Wed, 27 Jan 2021 04:37:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 10R4bbbb003750 for ; Wed, 27 Jan 2021 04:37:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 10R4bbOH003749 for ports-bugs@FreeBSD.org; Wed, 27 Jan 2021 04:37:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 252989] net/glusterfs glusterfs mount not accessible if second node is down Date: Wed, 27 Jan 2021 04:37:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: eimar.koort@tutamail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2021 04:37:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252989 --- Comment #3 from eimar.koort@tutamail.com --- Hello, Do You have gluster and client(s) on separate hosts? In my setup i have only 2 hosts both acting as gluster server and clients. fstab on one host: fpi4:/gluvol /mnt fusefs rw,late,backup-volfile-servers=3Dfpi4:fbsd:/gluvol,mountprog=3D/usr/local/s= bin/mount_glusterfs 0 0 And it still gives me "socket error". Note the "df" output. root@fpi4:~ # mount |grep mnt /dev/fuse on /mnt (fusefs) root@fpi4:~ # df -h /mnt Filesystem Size Used Avail Capacity Mounted on /dev/fuse 0B 0B 0B 100% /mnt root@fpi4:~ # ls -la /mnt total 0 ls: /mnt: Socket is not connected root@fpi4:~ # gluster peer status Number of Peers: 1 Hostname: fbsd Uuid: 8b93554c-7389-40fd-9447-b622b5c9a444 State: Peer in Cluster (Disconnected) Second host is down. Not touching first node (fpi4) and powering on virtual= box. oot@fpi4:~ # gluster peer status Number of Peers: 1 Hostname: fbsd Uuid: 8b93554c-7389-40fd-9447-b622b5c9a444 State: Peer in Cluster (Connected) root@fpi4:~ # df -h /mnt Filesystem Size Used Avail Capacity Mounted on /dev/fuse 13G 2.5G 11G 19% /mnt root@fpi4:~ # ls -la /mnt total 5 drwxr-xr-x 3 root wheel 4 Jan 25 11:13 . drwxr-xr-x 21 root wheel 512 Jan 27 04:27 .. -rw-r--r-- 1 root wheel 34 Jan 25 11:14 test --=20 You are receiving this mail because: You are the assignee for the bug.=