it_tpg_create, it_tpg_delete, it_tpg_free - create and delete iSCSI target portal groups
cc [ flag... ] file... -liscsit [ library... ] #include <libiscsit.h> int it_tpg_create(it_config_t *cfg, it_tpg_t **tpg, char *tpg_name, char *portal_ip_port);
int it_tpg_delete(it_config_t *cfg, it_tpg_t *tpg, boolean_t force););
void it_tpg_free(it_tpg_t *tpg);
cfg
tpg
tpg_name
portal_ip_port
force
The it_tpg_create() function allocates and creates an it_tpg_t structure representing a new iSCSI target portal group. The new it_tpg_t structure is added to the global tpg list (cfg_tgt_list) in the it_config_t structure.
The it_tpg_delete() function deletes the target portal group represented by tpg, where tpg is an existing it_tpg_t structure within the global configuration cfg.
The it_tpg_free() function deallocates resources associated with an it_tpg_t structure. If tpg->next is not NULL, this function frees all members of the list.
Configuration changes as a result of these functions are not instantiated until the modified configuration is committed by calling it_config_commit(3ISCSIT).
The it_tpg_create() and it_tpg_delete() functions return 0 on success and an error value on failure.
The it_tpg_create() and it_tpg_delete() functions will fail if:
EBUSY
EEXIST
EINVAL
ENOMEM
See attributes(5) for descriptions of the following attributes:
|
it_config_commit(3ISCSIT), it_ini_create(3ISCSIT), it_portal_create(3ISCSIT), it_tgt_create(3ISCSIT), libiscsit(3LIB), libnvpair(3LIB), libstmf(3LIB), attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |