Project

General

Profile

Bug #45538

Updated by Sidharth Anupkrishnan almost 4 years ago

mount.getfattr() returns string rather than bytes after https://github.com/ceph/ceph/pull/34941. This produces assertion failure for 

 <pre><code class="python"> 
 self.assertEqual(self.mount_a.getfattr("1", "ceph.dir.pin"), b'1') 
 </code></pre> 

Back