Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support nfs floating ips #230

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Conversation

kristina-solovyova
Copy link
Contributor

@kristina-solovyova kristina-solovyova commented Aug 2, 2024

nfs_setup_protocol           = true
nfs_protocol_gateways_number = 3
nfs_protocol_gateway_secondary_ips_per_nic = 1

Successful scenario:

weka nfs interface-group --json
[
    {
        "allow_manage_gids": true,
        "gateway": "10.0.0.1",
        "ips": [
            "10.0.0.10",
            "10.0.0.12",
            "10.0.0.14"
        ],
        "name": "weka-ig",
        "ports": [
            {
                "host_id": "HostId<18>",
                "host_uid": "0e2beaed-58cb-d59e-02fb-2b972162cc0b",
                "port": "eth0",
                "status": "OK"
            },
            {
                "host_id": "HostId<19>",
                "host_uid": "5b0554c4-a862-27cb-e93d-b0e34d37090c",
                "port": "eth0",
                "status": "OK"
            },
            {
                "host_id": "HostId<20>",
                "host_uid": "9f5e8113-e94b-e1c5-b274-c250154fdc7e",
                "port": "eth0",
                "status": "OK"
            }
        ],
        "status": "OK",
        "subnet_mask": "255.255.255.0",
        "type": "NFS",
        "uid": "11cf3596-e206-4e52-a886-bf51a5ec59c3"
    }
]

@kristina-solovyova kristina-solovyova marked this pull request as draft August 2, 2024 12:31
@kristina-solovyova kristina-solovyova force-pushed the support-nfs-fip branch 2 times, most recently from e9d0c05 to b6fd48c Compare August 5, 2024 12:10
@kristina-solovyova kristina-solovyova marked this pull request as ready for review August 19, 2024 15:03
@assafgi assafgi force-pushed the dev branch 2 times, most recently from 12dc2a0 to 156c190 Compare August 27, 2024 15:18
dependabot bot and others added 3 commits August 29, 2024 14:08
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.64.0...v1.64.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@kristina-solovyova kristina-solovyova force-pushed the support-nfs-fip branch 2 times, most recently from 356f77b to d1fb92d Compare September 3, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants