Skip to content

Commit

Permalink
Add additional path for virtiofsd executable
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Fernandez <[email protected]>
  • Loading branch information
jfernandez committed Mar 30, 2024
1 parent dd36af8 commit adc4e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtme/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ def _get_virtiofsd_path(self):
f"{self.guest_tools_path}/bin/virtiofsd",
which("virtiofsd"),
"/usr/libexec/virtiofsd",
"/usr/lib/virtiofsd",
"/usr/lib/qemu/virtiofsd",
)
for path in possible_paths:
Expand Down

0 comments on commit adc4e9d

Please sign in to comment.