mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge PR #28380 into master
* refs/pull/28380/head: mgr/volumes: convert string to bytes object Reviewed-by: Patrick Donnelly <pdonnell@redhat.com> Reviewed-by: Ramana Raja <rraja@redhat.com>
This commit is contained in:
commit
cfb0d0edd7
@ -95,7 +95,7 @@ class SubvolumeClient(object):
|
||||
log.debug("CephFS initializing...")
|
||||
self.fs.init()
|
||||
log.debug("CephFS mounting...")
|
||||
self.fs.mount(filesystem_name=self.fs_name)
|
||||
self.fs.mount(filesystem_name=self.fs_name.encode('utf-8'))
|
||||
log.debug("Connection to cephfs complete")
|
||||
|
||||
def disconnect(self):
|
||||
|
Loading…
Reference in New Issue
Block a user