From: Nathan Cutler Date: Mon, 21 Oct 2019 12:01:55 +0000 (+0200) Subject: Revert "ceph_volume_client: convert string to bytes object" X-Git-Tag: v13.2.7~31^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=05f22c44e32a80cce085511259ff6d1f254e7f32;p=ceph.git Revert "ceph_volume_client: convert string to bytes object" This reverts commit e081e97190b58d3a09377275f6d484bf9020fe51. Signed-off-by: Nathan Cutler --- diff --git a/src/pybind/ceph_volume_client.py b/src/pybind/ceph_volume_client.py index efaeb910f7b..740f9e757e2 100644 --- a/src/pybind/ceph_volume_client.py +++ b/src/pybind/ceph_volume_client.py @@ -478,7 +478,7 @@ class CephFSVolumeClient(object): self.evict(premount_evict) log.debug("Premount eviction of {0} completes".format(premount_evict)) log.debug("CephFS mounting...") - self.fs.mount(filesystem_name=to_bytes(self.fs_name)) + self.fs.mount(filesystem_name=self.fs_name) log.debug("Connection to cephfs complete") # Recover from partial auth updates due to a previous