git://scientific.zcu.cz
/
dmlite-plugins-vfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5804a02
)
PoolDriver needs the namespace prefix.
author
František Dvořák
<valtri@civ.zcu.cz>
Tue, 15 Oct 2013 11:35:28 +0000
(13:35 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Tue, 15 Oct 2013 11:35:28 +0000
(13:35 +0200)
src/Vfs.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/Vfs.cpp
b/src/Vfs.cpp
index
2478b5b
..
f4d76a5
100644
(file)
--- a/
src/Vfs.cpp
+++ b/
src/Vfs.cpp
@@
-111,7
+111,7
@@
std::string VfsFactory::implementedPool() throw ()
PoolDriver* VfsFactory::createPoolDriver() throw (DmException)
{
syslog(LOG_DEBUG, "%s", __func__);
- return new VfsPoolDriver(this->hostName_, this->
disk
Prefix_,
+ return new VfsPoolDriver(this->hostName_, this->
ns
Prefix_,
this->tokenPasswd_, this->tokenUseIp_,
this->tokenLife_);
}