whitetiger264 commented on issue #7244:
URL: https://github.com/apache/cloudstack/issues/7244#issuecomment-1438662337
@weizhouapache
Here you go:
```
[root@nfshost ~]# systemctl restart nfs
[root@nfshost ~]# systemctl status nfs
● nfs-server.service - NFS server and services
Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled;
vendor preset: disabled)
Drop-In: /run/systemd/generator/nfs-server.service.d
└─order-with-mounts.conf
Active: active (exited) since Tue 2023-02-21 17:16:47 SAST; 4s ago
Process: 8594 ExecStopPost=/usr/sbin/exportfs -f (code=exited,
status=0/SUCCESS)
Process: 8591 ExecStopPost=/usr/sbin/exportfs -au (code=exited,
status=0/SUCCESS)
Process: 8589 ExecStop=/usr/sbin/rpc.nfsd 0 (code=exited, status=0/SUCCESS)
Process: 8627 ExecStartPost=/bin/sh -c if systemctl -q is-active gssproxy;
then systemctl reload gssproxy ; fi (code=exited, status=0/SUCCESS)
Process: 8613 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=exited,
status=0/SUCCESS)
Process: 8610 ExecStartPre=/usr/sbin/exportfs -r (code=exited,
status=0/SUCCESS)
Main PID: 8613 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/nfs-server.service
Feb 21 17:16:47 nfshost systemd[1]: Starting NFS server and services...
Feb 21 17:16:47 nfshost systemd[1]: Started NFS server and services.
[root@nfshost ~]# showmount -e
Export list for nfshost:
/data/secondary *
[root@nfshost ~]#
```
I also removed the NFS version setting in the global config via UI and
rebooted CS:
same error, unfortunately.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]