Project

General

Profile

Backport #40569

Updated by Ramana Raja almost 5 years ago

https://github.com/ceph/ceph/pull/28767 mypy revealed 

 <pre> 
 +pybind/mgr/volumes/fs/subvolume.py: note: In member "get_subvolume_path" of class "SubVolume": 
 +pybind/mgr/volumes/fs/subvolume.py:167: error: Too few arguments for "VolumeException" 
 +pybind/mgr/volumes/fs/subvolume.py: note: In member "_get_ancestor_xattr" of class "SubVolume": 
 +pybind/mgr/volumes/fs/subvolume.py:203: error: Too few arguments for "NoData" 
 </pre> 

 both of these errors are actual bugs in the code and needs to get fixed.

Back