<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<font size="2" face="Courier 10 Pitch">Hi guys.<br>
<br>
I have a mount with _systemd_ like so:<br>
<br>
[Unit]<br>
Description=00-VMsy<br>
After=network.target<br>
After=glusterd.service<br>
Requires=network-online.target<br>
[Mount]<br>
What=10.1.1.100,10.1.1.99,10.1.1.101:/VMsy<br>
Where=/00-VMsy<br>
Type=glusterfs<br>
Options=acl,log-file=/var/log/glusterfs/mount.00-VMsy.log<br>
<br>
and this mount fails @boot time VS mounts just fine later on!?<br>
<br>
@boot time log snippet:<br>
<br>
[2023-12-15 11:26:25.872954 +0000] W [MSGID: 114031]
[client-rpc-fops_v2.c:2622:client4_0_readv_cbk] 0-VMsy-client-0:
remote operation failed. [{errno=22}, {error=Invalid argument}] <br>
[2023-12-15 11:26:25.873511 +0000] W [MSGID: 114031]
[client-rpc-fops_v2.c:2622:client4_0_readv_cbk] 0-VMsy-client-1:
remote operation failed. [{errno=22}, {error=Invalid argument}] <br>
[2023-12-15 11:26:25.873526 +0000] W
[fuse-bridge.c:2994:fuse_readv_cbk] 0-glusterfs-fuse: 43951: READ
=> -1 gfid=aabf8655-5823-46b5-a98f-e8433cc7c4f7
fd=0x7ff8a8046b28 (Invalid argument)<br>
[2023-12-15 11:26:30.886141 +0000] I
[fuse-bridge.c:6308:fuse_thread_proc] 0-fuse: initiating unmount
of /00-VMsy<br>
[2023-12-15 11:26:30.886698 +0000] W
[glusterfsd.c:1427:cleanup_and_exit]
(-->/lib64/libc.so.6(+0xa1912) [0x7ff8c9ea1912]
-->/usr/sbin/glusterfs(+0x1302d) [0x556e99e9302d]
-->/usr/sbin/glusterfs(cleanup_and_exit+0x61) [0x556e99e8b881]
) 0-: received signum (15), shutting down <br>
<br>
fine later on:<br>
<br>
[2023-12-15 11:36:42.457885 +0000] I [MSGID: 100030]
[glusterfsd.c:2872:main] 0-/usr/sbin/glusterfs: Started running
version [{arg=/usr/sbin/glusterfs}, {version=11.1},
{cmdlinestr=/usr/sbin/glusterfs --acl
--log-file=/var/log/glusterfs/mount.00-VMsy.log --process-name
fuse --volfile-server=10.1.1.100 --volfile-server=10.1.1.99
--volfile-server=10.1.1.101 --volfile-id=/VMsy /00-VMsy}] <br>
[2023-12-15 11:36:42.458845 +0000] I [glusterfsd.c:2562:daemonize]
0-glusterfs: Pid of current running process is 351290<br>
[2023-12-15 11:36:42.464608 +0000] I [MSGID: 101188]
[event-epoll.c:643:event_dispatch_epoll_worker] 0-epoll: Started
thread with index [{index=0}] <br>
[2023-12-15 11:36:42.464707 +0000] I [MSGID: 101188]
[event-epoll.c:643:event_dispatch_epoll_worker] 0-epoll: Started
thread with index [{index=1}] <br>
[2023-12-15 11:36:42.465176 +0000] I
[glusterfsd-mgmt.c:2346:mgmt_getspec_cbk] 0-glusterfs: Received
list of available volfile servers: 10.1.1.99:24007
10.1.1.101:24007 <br>
<br>
Both snippets are first few lines.<br>
I've seen this "issue" for a long time - I think I even filed a BZ
with Redhat a while ago - and decided I'll "suffer" with it but
can live.<br>
Now I thought I'd consult some experts - any thoughts/ideas on how
to troubleshoot/fix it are much appreciated.<br>
<br>
many thanks, L.<br>
</font>
</body>
</html>