-
Notifications
You must be signed in to change notification settings - Fork 288
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
OVS 2011-02-20 #24
Merged
Merged
OVS 2011-02-20 #24
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When saving the database cache, InterfaceReconfigure can crash if unexpected attributes are in an object's other-config column. This commit causes it to skip that attribute and log a warning. Signed-off-by: Ethan Jackson <ethan@nicira.com> CC: Ian Campbell <Ian.Campbell@citrix.com> CC: Dominic Curran <Dominic.Curran@citrix.com> Signed-off-by: Dominic Curran <dominic.curran@citrix.com>
This commit allows xapi to set the fail mode through the vswitch-controller-fail-mode other-config setting in the Pool object. Signed-off-by: Ethan Jackson <ethan@nicira.com> Signed-off-by: Dominic Curran <dominic.curran@citrix.com>
InterfaceReconfigure assumes the pool is in the configuration cache. This is always true except when upgrading from an older version of openvswitch which does record the pool. This can cause upgrades to lock up. Signed-off-by: Ethan Jackson <ethan@nicira.com> Signed-off-by: Dominic Curran <dominic.curran@citrix.com>
Interface reconfigure can crash when setting fail_mode if an expected other_config setting is not set. Signed-off-by: Dominic Curran <dominic.curran@citrix.com>
This patch allows the Pool object's vswitch-controller-fail-mode setting to be overridden on by Network object. Signed-off-by: Ethan Jackson <ethan@nicira.com> Signed-off-by: Dominic Curran <dominic.curran@citrix.com>
Makes required changes to interface reconfigure to allow LACP configuration from xapi. Conforms to XenServer style bonding configuration which is slightly different from OVS. Signed-off-by: Ethan Jackson <ethan@nicira.com> Bug xapi-project#4213. Signed-off-by: Dominic Curran <dominic.curran@citrix.com>
Commit 404c169247b1c3ac2ebad887f0421478a6cef924 breaks compatibility with XenServers older than 5.6 FP1. This commit removes the last vestiges of support for those older XenServer versions. Signed-off-by: Justin Pettit <jpettit@nicira.com> Signed-off-by: Dominic Curran <dominic.curran@citrix.com>
sharady
pushed a commit
to sharady/xen-api
that referenced
this pull request
May 11, 2015
Upgrade to cohttp-0.11.2
sharady
pushed a commit
to sharady/xen-api
that referenced
this pull request
May 29, 2015
[Caboodle/HFX-1354] Fix for CA-151670 and CA-93557
koushikcgit
pushed a commit
to koushikcgit/xen-api
that referenced
this pull request
Aug 7, 2015
The filesystem namespace is easier to manage -- we can use the domain uuid to guarantee path uniqueness. We can also rely on filesystem-level access control to prevent non-root processes from connecting. Fixes xapi-project#24 Signed-off-by: David Scott <dave.scott@eu.citrix.com>
koushikcgit
pushed a commit
to koushikcgit/xen-api
that referenced
this pull request
Aug 7, 2015
CA-117402: fix cd-eject for HVM guests
kc284
added a commit
to kc284/xen-api
that referenced
this pull request
Mar 11, 2021
Porting from xs64bit to trunk.
robhoes
pushed a commit
to robhoes/xen-api
that referenced
this pull request
Jul 6, 2021
Improve the rrd example
robhoes
pushed a commit
that referenced
this pull request
Sep 14, 2021
CP-12750: add specific logrotate configuration
robhoes
pushed a commit
that referenced
this pull request
Sep 14, 2021
jbuilder runtest: the test was failing to run
psafont
pushed a commit
to psafont/xen-api
that referenced
this pull request
Sep 20, 2021
CA-197035: Set a default cyphersuite for outgoing connections
robhoes
pushed a commit
to robhoes/xen-api
that referenced
this pull request
Sep 21, 2021
Prepare to release 0.7.8
robhoes
pushed a commit
to robhoes/xen-api
that referenced
this pull request
Sep 21, 2021
Fix bad exit code
psafont
pushed a commit
to psafont/xen-api
that referenced
this pull request
Oct 19, 2021
CA-99828 Add a new bond option: lacp-fallback-ab
lindig
pushed a commit
to lindig/xen-api
that referenced
this pull request
Nov 9, 2021
CA-289145: Close socket if error occurs when connecting
lindig
pushed a commit
to lindig/xen-api
that referenced
this pull request
Dec 17, 2021
opam: update opam file and fix uninstall section
psafont
pushed a commit
to psafont/xen-api
that referenced
this pull request
Jan 10, 2022
CA-267340: Attach VBD & serve VDI as read-only
robhoes
added a commit
to robhoes/xen-api
that referenced
this pull request
Apr 7, 2022
Change license from LGPL to ISC
edwintorok
pushed a commit
to edwintorok/xen-api
that referenced
this pull request
Jan 22, 2024
Prepare to release 1.2.0
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OVS integration to xen-api.