Module com.sshtools.volman.core
Package com.sshtools.volman.core.impl
Class LoopDeviceLinuxStorageProvider
java.lang.Object
com.sshtools.volman.core.impl.LoopDeviceLinuxStorageProvider
- All Implemented Interfaces:
Component,StorageProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateVolumeGroup(String name, String path, com.sshtools.sequins.Progress progress) voidinit(ManagerContext context, javax.json.JsonObject configuration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sshtools.volman.core.StorageProvider
getFree, getSize, getVolumeGroup
-
Constructor Details
-
LoopDeviceLinuxStorageProvider
public LoopDeviceLinuxStorageProvider()
-
-
Method Details
-
init
-
getVolumeGroups
- Specified by:
getVolumeGroupsin interfaceStorageProvider- Throws:
IOException
-
createVolumeGroup
- Specified by:
createVolumeGroupin interfaceStorageProvider
-