fixes for objectivefs
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
2e7eed890e
commit
dd604f4d3a
|
|
@ -1,3 +1,9 @@
|
|||
# v1.9.3
|
||||
|
||||
Released 2024-06-01
|
||||
|
||||
- minor fixes for objectivefs and iscsi
|
||||
|
||||
# v1.9.2
|
||||
|
||||
Released 2024-05-23
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@ class ObjectiveFS {
|
|||
|
||||
async getObjectStoreFromFilesystem(filesystem) {
|
||||
if (filesystem.includes("://")) {
|
||||
return GeneralUtils.before_string(filesystem, "://");
|
||||
return GeneralUtils.before_string(filesystem, "://") + "://";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue