diff --git a/pkg/hostman/storageman/disk_rbd.go b/pkg/hostman/storageman/disk_rbd.go index bfa601a830..ab6e0d39fb 100644 --- a/pkg/hostman/storageman/disk_rbd.go +++ b/pkg/hostman/storageman/disk_rbd.go @@ -80,7 +80,7 @@ func (d *SRBDDisk) GetDiskDesc() jsonutils.JSONObject { desc := map[string]interface{}{ "disk_id": d.Id, "disk_format": "raw", - "disk_path": d.GetPath(), + "disk_path": d.getPath(), "disk_size": sizeMb, } return jsonutils.Marshal(desc)