mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
0d23926e4e
lvm2app forces applications to start with a volume group name, open the volume group, then operate on individual pvs. In some cases the application may want to start with a device name rather than the volume group name. Today, if an application wants to do this, it must iterate through all the volume groups to find the volume group that the specific device is attached to. These new interfaces allow the application to avoid such overhead. Bump the lvm2app version number to 3.
53 lines
884 B
Plaintext
53 lines
884 B
Plaintext
lvm_library_get_version
|
|
lvm_init
|
|
lvm_quit
|
|
lvm_config_reload
|
|
lvm_config_override
|
|
lvm_pv_get_dev_size
|
|
lvm_pv_get_size
|
|
lvm_pv_get_free
|
|
lvm_pv_get_name
|
|
lvm_pv_get_uuid
|
|
lvm_pv_get_mda_count
|
|
lvm_vg_get_seqno
|
|
lvm_vg_get_name
|
|
lvm_vg_get_uuid
|
|
lvm_vg_get_size
|
|
lvm_vg_get_free_size
|
|
lvm_vg_get_extent_size
|
|
lvm_vg_get_extent_count
|
|
lvm_vg_get_free_extent_count
|
|
lvm_vg_get_pv_count
|
|
lvm_vg_get_tags
|
|
lvm_lv_activate
|
|
lvm_lv_deactivate
|
|
lvm_lv_get_uuid
|
|
lvm_lv_get_name
|
|
lvm_lv_get_size
|
|
lvm_lv_is_active
|
|
lvm_lv_is_suspended
|
|
lvm_lv_add_tag
|
|
lvm_lv_remove_tag
|
|
lvm_lv_get_tags
|
|
lvm_vg_create
|
|
lvm_vg_extend
|
|
lvm_vg_reduce
|
|
lvm_vg_set_extent_size
|
|
lvm_vg_write
|
|
lvm_vg_open
|
|
lvm_vg_close
|
|
lvm_vg_remove
|
|
lvm_vg_add_tag
|
|
lvm_vg_remove_tag
|
|
lvm_scan
|
|
lvm_errno
|
|
lvm_errmsg
|
|
lvm_vg_list_pvs
|
|
lvm_vg_list_lvs
|
|
lvm_list_vg_names
|
|
lvm_list_vg_uuids
|
|
lvm_vg_create_lv_linear
|
|
lvm_vg_remove_lv
|
|
lvm_vgname_from_pvid
|
|
lvm_vgname_from_device
|