You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A wild user appears! Filing an upstream bug, rather than a packaging bug in FreeBSD. In vzvol 0.7.0, near the top of the script is this:
vzvol_gitdir=$( find ./ -name "vzvol" | grep bin | sed 's/.\{10\}$//' )
Which, when I run vzvol --list to find what is out there, does a find in my cwd -- which is the top of 3 GiB of source checkouts :( There might even be a vzvol clone in there somewhere, but that's not what I'm waiting for.
The text was updated successfully, but these errors were encountered:
This isn't actually a development remnant; it's meant to search for a vzvol git directory if it's not using the standard install path.
I don't think anyone's using it in a non-standard way, however, and should change this to erroring out with a warning message if it can't find what its libraries.
A wild user appears! Filing an upstream bug, rather than a packaging bug in FreeBSD. In vzvol 0.7.0, near the top of the script is this:
Which, when I run
vzvol --list
to find what is out there, does a find in my cwd -- which is the top of 3 GiB of source checkouts :( There might even be a vzvol clone in there somewhere, but that's not what I'm waiting for.The text was updated successfully, but these errors were encountered: