-
Notifications
You must be signed in to change notification settings - Fork 44
Extra network interface for a Cephfs setup #248
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
For perfomance/traffic optimization, we will have a cephfs deployment on a separate network in openstack. This mean that a second network will need to be attatche to login, compute and dtn nodes. I guess that this part all need to be done in this repos, not the puppet one.
I envision this as a config that would look like
subnet_id = {
main = <id>
secondary = <id>
}
or
subnet_id = <id>
secondary_subnet_id = <id>
or something else....
There is less refactoring the second case, but the first config looks better to me.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request