grio_unreserve_bw(3X)                                    grio_unreserve_bw(3X)


NAME
     grio_unreserve_bw - remove an I/O rate guarantee reservation

SYNOPSIS
     #include <grio.h>
     int grio_unreserve_bw( stream_id_t *grio_stream_id );

DESCRIPTION
     grio_unreserve_bw removes the I/O-rate guarantee associated with the
     stream id specified by grio_stream_id.

DIAGNOSTICS
     On success, a zero is returned indicating that the rate guarantee has
     been removed. A non-zero value is returned on error.  The following error
     codes are defines:

     [EIO]                         Could not issue command to ggd daemon.

     [EINVAL]                      The given stream id is invalid or could not
                                   be located.

FILES
     /etc/grio_disks

NOTE
     The guaranteed rate I/O capabilities described in this man page refer to
     the version one GRIO implementation. Refer to grio2(5) for information
     covering the newer GRIO Version 2 implementation which supports both
     local and clustered XVM volumes.

SEE ALSO
     ggd(1M), grio_associate_file(3X), grio_query_fs(3X),
     grio_action_list(3X), grio_reserve_file(3X), grio_reserve_fs(3X),
     grio_disk(4), grio(5)


                                                                        Page 1