Commit 946b7365 authored by Claes Sjofors's avatar Claes Sjofors

Cloned volumes bugfix for mount objects

parent df2e6c43
...@@ -197,7 +197,8 @@ wb_dbs::checkObject(sOentry *oep) ...@@ -197,7 +197,8 @@ wb_dbs::checkObject(sOentry *oep)
case pwr_eClass_MountVolume: case pwr_eClass_MountVolume:
case pwr_eClass_CreateVolume: case pwr_eClass_CreateVolume:
case pwr_eClass_MountObject: case pwr_eClass_MountObject:
if (m_volume.cid == pwr_eClass_RootVolume) { if (m_volume.cid == pwr_eClass_RootVolume || m_volume.cid == pwr_eClass_VolatileVolume) {
// Root volume or cloned volume
oep->o.flags.b.isMountClient = 1; oep->o.flags.b.isMountClient = 1;
} }
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment