org.freedesktop.UDisks2.Manager.Bcache

org.freedesktop.UDisks2.Manager.Bcache

Methods

BcacheCreate (IN  s     backing_dev,
              IN  s     cache_dev,
              IN  a{sv} options,
              OUT s     bcache);

Description

Method Details

The BcacheCreate() method

BcacheCreate (IN  s     backing_dev,
              IN  s     cache_dev,
              IN  a{sv} options,
              OUT s     bcache);

Create new bcache device.

No additional options are currently defined.

IN s backing_dev:

backing (slow) device of the cache

IN s cache_dev:

cache (fast) device of the cache

IN a{sv} options:

Additional options.

OUT s bcache:

name of the new bcache device

Since 2.4.0