mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
src: storage: Provide a better explanation of virStoragePoolSetAutostart
The former documentation was an unhelpful tautology. The suggested doc borrows the wording from virDomainSetAutostart. Signed-off-by: Dan Kenigsberg <danken@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
9a4e4b942d
commit
d88a87d6c4
@ -1125,9 +1125,10 @@ virStoragePoolGetAutostart(virStoragePoolPtr pool,
|
||||
/**
|
||||
* virStoragePoolSetAutostart:
|
||||
* @pool: pointer to storage pool
|
||||
* @autostart: new flag setting
|
||||
* @autostart: whether the storage pool should be automatically started 0 or 1
|
||||
*
|
||||
* Sets the autostart flag
|
||||
* Configure the storage pool to be automatically started
|
||||
* when the host machine boots.
|
||||
*
|
||||
* Returns 0 on success, -1 on failure
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user