Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
4c65aaa5
Commit
4c65aaa5
authored
5 years ago
by
Peter Palfrader
Browse files
Options
Downloads
Patches
Plain Diff
more notes on the network issue
parent
7c5b4dc8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsa/howto/upgrades/buster.mdwn
+9
-3
9 additions, 3 deletions
tsa/howto/upgrades/buster.mdwn
with
9 additions
and
3 deletions
tsa/howto/upgrades/buster.mdwn
+
9
−
3
View file @
4c65aaa5
...
...
@@ -5,9 +5,15 @@ Caveats
* Warning: upgrading(restarting) openvswitch will mean all guests lose network.
* At least on kvm5, I had to reorder inet6 and inet4 stanzas in /etc/network/interfaces
for brpub to have an ipv6 address and route to the guest network after the
upgrade.
* At least on kvm5, brpub was having issues. Either ipv4 or ipv6 address was missing,
or the v6 route to the guests was missing. Probably because the ipv6 route
setting failed since we set a prefsrc and that was only brought up later?
Rewrote network/interfaces to set things up more manually.
On your host, check if brpub has both ipv4 and ipv6 addresses after boot before
launching VMs, and that is has an ipv6 route into brpub with the configured
prefsrc addr. If not, fiddle likewise.
* On physical hosts witch /etc/sysfs.d/local-io-schedulers.conf, note that 'deadline' no
longer existsts. Probably it is also not necessary as Linux might pick the right
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment