Conversation
brainexe
force-pushed
the
fabric
branch
2 times, most recently
from
February 13, 2026 07:38
89b439e to
660f8e1
Compare
brainexe
force-pushed
the
fabric
branch
2 times, most recently
from
February 26, 2026 05:57
13bb332 to
fc1e10b
Compare
lamaral
approved these changes
Mar 3, 2026
lamaral
left a comment
Contributor
There was a problem hiding this comment.
I did some limited testing and couldn't break it, so LGTM.
brainexe
force-pushed
the
fabric
branch
2 times, most recently
from
March 12, 2026 08:49
dccb019 to
5d853e5
Compare
VM.put() runs mv/chmod on the HV without chroot when the VM is mounted, so the target must be wrapped in vm_path(); otherwise plain paths like '/etc/hostname' hit the HV's own filesystem. Wrap remote_path once inside put() and drop the redundant wrap in upload_template().
TuxPowered42
approved these changes
Jul 15, 2026
- .deb: require python3-fabric | python3-fabric3 - fixed integration test - proper retries in puppet command
This file contains hidden or 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
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.
Our current Fabric3 is quite outdated and causing more and more compatibility issues (like python3.13)
-> use the maintained "fabric" version
already tested: basic VM start/stop/build/delete/sync/info/restart/disk-set/mem-set
todo: migration (offline + online) / AWS / rename / vcpu-set