On Tue, Jul 2, 2019 at 12:38 PM Sage Weil <sweil@xxxxxxxxxx> wrote: > > On Mon, 1 Jul 2019, Yuri Weinstein wrote: > > .., is hopelessly broken: > > > > http://pulpito.ceph.com/?suite=ceph-deploy&branch=nautilus > > > > Can somebody take a look pls? > > > > PS: Sage, do we still want to run it? > > I took a quick look at this and I can't even get ceph-deploy to run on my > dev box.. it's failing with > > [ceph_deploy][ERROR ] Traceback (most recent call last): > [ceph_deploy][ERROR ] File "/nvm/src/ceph-deploy/ceph_deploy/util/decorators.py", line 69, in newfunc > [ceph_deploy][ERROR ] return f(*a, **kw) > [ceph_deploy][ERROR ] File "/nvm/src/ceph-deploy/ceph_deploy/cli.py", line 166, in _main > [ceph_deploy][ERROR ] return args.func(args) > [ceph_deploy][ERROR ] File "/nvm/src/ceph-deploy/ceph_deploy/new.py", line 141, in new > [ceph_deploy][ERROR ] ssh_copy_keys(host, args.username) > [ceph_deploy][ERROR ] File "/nvm/src/ceph-deploy/ceph_deploy/new.py", line 35, in ssh_copy_keys > [ceph_deploy][ERROR ] if ssh.can_connect_passwordless(hostname): > [ceph_deploy][ERROR ] File "/nvm/src/ceph-deploy/ceph_deploy/util/ssh.py", line 15, in can_connect_passwordless > [ceph_deploy][ERROR ] if not remoto.backends.needs_ssh(hostname): > [ceph_deploy][ERROR ] AttributeError: 'module' object has no attribute 'backends' > [ceph_deploy][ERROR ] > > Anyone know what that's about? You will need to make sure you have remoto 1.1.4 installed. The dependency is not pinned so you probably have an older version that wasn't updated. pip install -U remoto That should do it https://github.com/alfredodeza/remoto/commit/3078a0d8e94545f7f9ebf391709a20bf244649f9 > > sage _______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx