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
Currently there is a Python script called clone.py that clones an LSVD image. This script reimplements the LSVD data structures and is at risk of falling out of date.
Implementing this as part of the C++ codebase would allow it to use the data structures directly.
translate.cc is used by imgtool which is used to perform LSVD image manipulation.
Currently there is a Python script called
clone.py
that clones an LSVD image. This script reimplements the LSVD data structures and is at risk of falling out of date.Implementing this as part of the C++ codebase would allow it to use the data structures directly.
translate.cc
is used byimgtool
which is used to perform LSVD image manipulation.lsvd-rbd/translate.cc
Line 1575 in 3c04f8d
The text was updated successfully, but these errors were encountered: