Feature request for add_nfs_domain.yml #772
mohankchandrashekar
started this conversation in
Ideas
Replies: 2 comments
-
|
Any chance you can create a Pull Request for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Dear Dupondje,
I have created the pull request:

However, I do not know how to modify generate_mappping python script to include the following, was lookin for NFS and it was not found, it lists FCP, SD, POSIXFS, ISCSI.
dr_primary_mount_options: actimeo=0,_netdev,rdma,port=20049
dr_primary_version: v4_2
&
dr_secondary_mount_options: actimeo=0,_netdev,rdma,port=20049
dr_secondary_version: v4_2
Any help to guide me in the right direction, I should be able to add that to new repo.
Thanks,
… On Aug 15, 2025, at 3:42 PM, dupondje ***@***.***> wrote:
Any chance you can create a Pull Request for this?
—
Reply to this email directly, view it on GitHub <#772 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AI23NCCEFRZDWRJFNB4DTGL3NYZ2TAVCNFSM6AAAAACDR3HQ7WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMJSGA4TCMI>.
You are receiving this because you authored the thread.
|
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.
-
Team,
While testing the dr failover and failback testing, it is found the NFS version is always set to NFSv3 and no mount options for importing storage domain. On slower storage network, VMs hang over NFSv3. Can you please consider changing/modifying code as follows:
dr_mapping_vars.yml:
dr_import_storages:
dr_domain_type: nfs
dr_wipe_after_delete: False
dr_backup: False
dr_critical_space_action_blocker: 5
dr_storage_domain_type: data
dr_warning_low_space: 10
dr_primary_name: dce-nfs
dr_primary_master_domain: False
dr_primary_dc_name: DCE-GFiT
dr_primary_path: /mnt/pool1/ovirt-nfs3
dr_primary_address: 172.16.200.6
dr_primary_mount_options: actimeo=0,_netdev,rdma,port=20049
dr_primary_version: v4_2
Fill in the empty properties related to the secondary site
dr_secondary_name: dcedr-nfs
dr_secondary_master_domain: False
dr_secondary_dc_name: DCC-GFiT
dr_secondary_path: /mnt/pool1/truenas-nfs3dr
dr_secondary_address: 172.16.199.2
dr_secondary_mount_options: actimeo=0,_netdev,rdma,port=20049 # add custom mount options
dr_secondary_version: v4_2 # set NFS version
Thanks,
Mohan Chandrashekar
Beta Was this translation helpful? Give feedback.
All reactions