it_portal_create, it_portal_delete - create and delete iSCSI portals
cc [ flag... ] file... -liscsit [ library... ] #include <libiscsit.h> int it_portal_create(it_config_t *cfg, it_tpg_t *tpg, it_portal_t **portal, char *portal_ip_port);
void it_portal_delete(it_config_t *cfg, it_tpg_t *tpg, it_portal_t *portal);
cfg
tpg
portal
portal_ip_port
The it_portal_create() function adds an it_portal_t structure representing a new portal to the specified target portal group. A portal may belong to one and only one target portal group.
The it_portal_delete() function removes the specified portal from the specified target portal group.
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_portal_create() function returns 0 on success and an error value on failure.
The it_portal_create() function will fail if:
EEXIST
EINVAL
ENOMEM
See attributes(5) for descriptions of the following attributes:
|
it_ini_create(3ISCSIT), it_tgt_create(3ISCSIT), it_tpg_create(3ISCSIT), libiscsit(3LIB), it_config_commit(3ISCSIT), libiscsit(3LIB), libnvpair(3LIB), libstmf(3LIB), attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |