weizhouapache commented on issue #7244:
URL: https://github.com/apache/cloudstack/issues/7244#issuecomment-1434849652
@whitetiger264
I noticed the following logs.
Is 192.168.50.2 the IP of secondary NFS server ?
This might explain why there is no route to 102.165.XXX.ZZZ in SSVM.
```
2023-02-17 16:38:21,974 DEBUG [c.c.a.t.Request]
(AgentConnectTaskPool-5:ctx-efa0fdcb) (logid:37ea06d6) Seq
51-7684829814154330113: Sending { Cmd , MgmtId: 66988330791812, via:
51(s-146-VM), Ver: v1, Flags: 100111,
[{"com.cloud.agent.api.SecStorageSetupCommand":{"store":{"com.cloud.agent.api.to.NfsTO":{"_url":"nfs://192.168.50.2/mnt/datasecond","_role":"Image","nfsVersion":"4"}},"secUrl":"nfs://192.168.50.2/mnt/datasecond","certs":{},"postUploadKey":"fneB0iq9ETvOUHKxqHQBai1GeeKaBjvUxSQXHuZlv2mTW13wO2OOWH0OgrAIRH2eMMvkFORM9jwez1LPGnhXAg","nfsVersion":"4","wait":"0","bypassHostMaintenance":"false"}}]
}
2023-02-17 16:38:25,266 DEBUG [c.c.a.m.AgentManagerImpl]
(AgentConnectTaskPool-5:ctx-efa0fdcb) (logid:37ea06d6) Details from executing
class com.cloud.agent.api.SecStorageSetupCommand: success
2023-02-17 16:38:25,272 DEBUG [c.c.a.t.Request]
(AgentConnectTaskPool-5:ctx-efa0fdcb) (logid:37ea06d6) Seq
51-7684829814154330117: Sending { Cmd , MgmtId: 66988330791812, via:
51(s-146-VM), Ver: v1, Flags: 100111,
[{"com.cloud.agent.api.SecStorageSetupCommand":{"store":{"com.cloud.agent.api.to.NfsTO":{"_url":"nfs://NFSServer1IP/data/secondary","_role":"Image","nfsVersion":"4"}},"secUrl":"nfs://NFSServer1IP/data/secondary","certs":{},"postUploadKey":"fneB0iq9ETvOUHKxqHQBai1GeeKaBjvUxSQXHuZlv2mTW13wO2OOWH0OgrAIRH2eMMvkFORM9jwez1LPGnhXAg","nfsVersion":"4","wait":"0","bypassHostMaintenance":"false"}}]
}
2023-02-17 16:39:56,723 DEBUG [c.c.a.m.AgentManagerImpl]
(AgentConnectTaskPool-5:ctx-efa0fdcb) (logid:37ea06d6) Details from executing
class com.cloud.agent.api.SecStorageSetupCommand: GetRootDir for
nfs://NFSServer1IP/data/secondary failed due to
com.cloud.utils.exception.CloudRuntimeException: Unable to create local folder
for: /mnt/SecStorage/91de6d1c-4c04-359c-82b5-fdcfe4a83da7 in order to mount
nfs://NFSServer1IP/data/secondary
```
--
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]