Comment 4 for bug 1828858

Revision history for this message
Daniel Badea (daniel.badea) wrote :

A commit was ported from Ceph Jewel to Mimic without updating __init__ parameters (errno is missing). This causes:

    Failed to copy image to volume: __init__() got an unexpected keyword argument 'errno'\n"

Fixed by https://github.com/starlingx-staging/stx-ceph/pull/31 (adds errno=None )