Spdk/lib/lvol/spdk_lvol.map
Mike Gerdts f2dbb50516 lvol: keep track of missing external snapshots
If an lvol is opened in degraded mode, keep track of the missing esnap
IDs and which lvols need them. A future commit will make use of this
information to bring lvols out of degraded mode when their external
snapshot device appears.

Change-Id: I55c16ad042a73e46e225369bfff2631958a2ed46
Signed-off-by: Mike Gerdts <mgerdts@nvidia.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16427
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2023-04-26 17:32:13 +00:00

34 lines
594 B
Plaintext

{
global:
# public functions
spdk_lvs_opts_init;
spdk_lvs_init;
spdk_lvs_rename;
spdk_lvs_unload;
spdk_lvs_destroy;
spdk_lvs_grow;
spdk_lvol_create;
spdk_lvol_create_snapshot;
spdk_lvol_create_clone;
spdk_lvol_rename;
spdk_lvol_deletable;
spdk_lvol_destroy;
spdk_lvol_close;
spdk_lvol_get_io_channel;
spdk_lvs_load;
spdk_lvs_load_ext;
spdk_lvol_open;
spdk_lvol_inflate;
spdk_lvol_decouple_parent;
spdk_lvol_create_esnap_clone;
# internal functions
spdk_lvol_resize;
spdk_lvol_set_read_only;
spdk_lvs_esnap_missing_add;
spdk_lvs_esnap_missing_remove;
local: *;
};