vdsm debian support

Hi VDSM developers, I built 3.6.1 packages for Debian and I like you to give it a run. I've one host with VDSM and its dependencies installed I can share with you. If you want to try it yourself, just install a minimal debian and add to */etc/apt/sources.list* : # 3.6.0 base deb http://resources.ovirt.org/pub/ovirt-3.6/debian/ binary/ deb-src http://resources.ovirt.org/pub/ovirt-3.6/debian/ source/ # 3.6.1 new packages deb http://resources.ovirt.org/pub/ovirt-3.6-pre/debian/ <http://resources.ovirt.org/pub/ovirt-3.6/debian/> binary/ deb-src http://resources.ovirt.org/pub/ovirt-3.6-pre/debian/ <http://resources.ovirt.org/pub/ovirt-3.6/debian/> source/ -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com

Hi, I tried to install the packages on a freshly installed Debian 8 (jessie) system. It failed with the following error: # apt-get install vdsm ... Setting up vdsm (4.17.11-1) ... Usage: /usr/bin/vdsm-tool [options] <action> [arguments] Valid options: ... The offending command in vdsm.postinst script is: ... + vdsm-tool load-needed-modules Usage: /usr/bin/vdsm-tool [options] <action> [arguments] ... When run manually, vdsm-tool doesn't seem to accept any action, e.g.: # vdsm-tool configure Usage: /usr/bin/vdsm-tool [options] <action> [arguments] Valid options: -h, --help Show this help menu. -l, --logfile <path> Redirect logging to file. -v, --verbose Include warning (and errors) messages in log. -vv, --vverbose Include information (and above) messages in log. -vvv, --vvverbose Include debug (and above) messages in log. -a, --append Append to logfile instead of truncating it (if logging to a file). Note there are no vdsm-tool commands listed in the help output. And load-needed-modules action looks strange, I couldn't find it anywhere except the postinst script.

On Wed, Dec 2, 2015 at 11:54 AM, Milan Zamazal <mzamazal@redhat.com> wrote:
Hi, I tried to install the packages on a freshly installed Debian 8 (jessie) system. It failed with the following error:
# apt-get install vdsm ... Setting up vdsm (4.17.11-1) ... Usage: /usr/bin/vdsm-tool [options] <action> [arguments] Valid options: ...
The offending command in vdsm.postinst script is:
... + vdsm-tool load-needed-modules Usage: /usr/bin/vdsm-tool [options] <action> [arguments] ...
When run manually, vdsm-tool doesn't seem to accept any action, e.g.:
# vdsm-tool configure Usage: /usr/bin/vdsm-tool [options] <action> [arguments] Valid options: -h, --help Show this help menu. -l, --logfile <path> Redirect logging to file. -v, --verbose Include warning (and errors) messages in log. -vv, --vverbose Include information (and above) messages in log. -vvv, --vvverbose Include debug (and above) messages in log. -a, --append Append to logfile instead of truncating it (if logging to a file).
Note there are no vdsm-tool commands listed in the help output. And load-needed-modules action looks strange, I couldn't find it anywhere except the postinst script.
Y. Bronheim, can you take a look? -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com
participants (2)
-
Milan Zamazal
-
Sandro Bonazzola