9c6e7426 | 17-Sep-2019 |
Xiaodong Liu <xiaodong.liu@intel.com> |
blobfs: add blobfs_mount RPC as FUSE
This RPC method will mount blobfs on bdev to one host path through FUSE. Then on the host path, user can directly do some file operations which will be mapped to
blobfs: add blobfs_mount RPC as FUSE
This RPC method will mount blobfs on bdev to one host path through FUSE. Then on the host path, user can directly do some file operations which will be mapped to blobfs.
Note: * The FUSE mount of blobfs can be umounted directly by SHELL umount or fusermount command.
Change-Id: I7c322d978b39bbc7255fced345a749ad5bfa7077 Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/468777 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com>
show more ...
|
6433c103 | 28-Aug-2019 |
Xiaodong Liu <xiaodong.liu@intel.com> |
blobfs: add blobfs_create RPC as mkfs
Following test/blobfs/mkfs case, add it as one RPC method to let build a new blobfs on given block device.
Change-Id: I0ffbb1add95dfbc8655e0238ed6f3cd519dd945b
blobfs: add blobfs_create RPC as mkfs
Following test/blobfs/mkfs case, add it as one RPC method to let build a new blobfs on given block device.
Change-Id: I0ffbb1add95dfbc8655e0238ed6f3cd519dd945b Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/466485 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
show more ...
|