IBM Books

IBM General Parallel File System for AIX: Administration and Programming Reference

gpfsDataShipStop_t Structure

Name

gpfsDataShipStop_t - Takes a file out of data shipping mode.

Structure

typedef struct
{
  int  structLen;
  int  structType;
} gpfsDataShipStop_t;

Description

GPFS takes the file out of data shipping mode:

Members

structLen
Length of the gpfsDataShipStop_t structure.

structType
The directive identifier GPFS_DATA_SHIP_STOP

Error status

EIO
An error occurred while flushing dirty data.

EINTR
A signal was delivered to a blocked gpfs_fcntl( ) call. All waiting calls, on every node, are interrupted.

EINVAL
An attempt has been made to issue the GPFS_DATA_SHIP_STOP directive from a node or thread that is not part of this data shipping collective.

An attempt has been made to issue the GPFS_DATA_SHIP_STOP directive on a file that is not in data shipping mode.

ESTALE
A node in the data shipping collective has gone down.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]