LINBIT / drbdmanage-docker-volume

Docker volume plugin to manage DRBD SDS volumes through docker
Apache License 2.0
6 stars 1 forks source link

Error install: drbdmanage-docker-volume.8.gz don't exist #1

Closed djerfy closed 6 years ago

djerfy commented 6 years ago

Hi,

File drbd manage-docker-volume.8.gz don't exist and return an error with:

running install
running build
running install_data
copying systemd/docker-drbdmanage-plugin.service -> /lib/systemd/system/
copying systemd/docker-drbdmanage-plugin.socket -> /lib/systemd/system/
creating /usr/libexec
creating /usr/libexec/docker
copying drbdmanage-docker-volume -> /usr/libexec/docker/
error: can't copy 'drbdmanage-docker-volume.8.gz': doesn't exist or not a regular file

Please read setup.py file, fix with add file or remove line 61.

Regards

rck commented 6 years ago

Basically we assume that people that use the code from git know what they do. Otherwise use tarballs as released on linbit.com (not the autogenerated ones on github).

You can generate the file via:

All in all I don't see anything to fix here. I will close this "issue" the next days.

djerfy commented 6 years ago

Ok thanks