Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

multi-instance openstack neutron charts fail when referencing the same /run hostpath #310

Description

@wilreichert

All the neutron openvswitch related daemonsets use a /run hostPath to share openvswitch's conf.db. When running multiple openstack systems on the same kubernetes cluster this fails when the second system hits the .conf.db.~lock~ & dumps something like this into the host logs

Mar 28 16:00:04 oreo05 kernel: traps: ovsdb-server[50808] general protection ip:7efdceb00196 sp:7ffe6f443550 error:0
Mar 28 16:00:04 oreo05 kernel:  in libc-2.23.so[7efdceac9000+1bf000]
Mar 28 16:00:04 oreo05 kernel: traps: handler196[52650] general protection ip:7fb8a1c23196 sp:7fb870ff8ad0 error:0
Mar 28 16:00:04 oreo05 kernel:  in libc-2.23.so[7fb8a1bec000+1bf000]

This seems like a good place to leverage the 'developer' flag & mount a shared volume in a clustered environment.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions