Secondary Storage NFS custom port #10920
Unanswered
amosgiture
asked this question in
Q&A
Replies: 1 comment
-
I agree with @amosgiture .. just use nfs-ganesha with different Psuedo and Path endpoints if you need to. That said, for primary storage I'm not sure why you wouldn't just use RBD, then only use nfs-ganesha for secondary storage. NFS over ceph is going to be a lot slower, so for secondary its ok, but wouldn't use it as primary. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a Ceph cluster for both primary and secondary storage. Using a floating ceph cluster IP and port 2050 to make NFS highly available. Port 2049 is already in use by the NFS server daemons in Ceph.
Primary storage works great since I can specify port=2050 in the mount options in the cloudstack UI. Secondary storage does not provide a way to customize the NFS port. I'm stuck.
I'm using KVM hosts on Ubuntu 22.04.
Any help would be appreciated to overcome this. If not, I'll try configuring S3 in Ceph instead of NFS for secondary storage.
Beta Was this translation helpful? Give feedback.
All reactions