ECLAT-SETSATTR

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHORS
BUG REPORTS
COPYRIGHT

NAME

eclat-setsattr, eclat-modify-snapshot-attribute - modify permission settings for the specified snapshot.

SYNOPSIS

eclat setsattr {g|u}{-|+}{all|ID} SNAP-ID

eclat setsattr --help

DESCRIPTION

This command modifies the createVolumePermission attribute of a EC2 snapshot identified by SNAP-ID. If ID mapping is enabled (see the section MAPS in eclat(1)), the SnapshotId map will be used to translate SNAP-ID to the corresponding snapshot identifier.

The first argument requests the operation over the attribute. It consists of a letter indicating the identity (u for user or g for group), followed by a plus sign to grant permission or a minus sign to revoke it, and an ID of the identity. For example, the command

eclat setsattr u+111122223333 snap-1a2b3c4d

gives the account with ID 111122223333 permission to create volumes from the snapshot.

Several operations can be requested in a single invocation, e.g.:

eclat setsattr g+all u-111122223333 snap-1a2b3c4d

The above example makes the snapshot public (g+all) and revokes the permission to create volumes from it from the account 111122223333.

SEE ALSO

eclat(1), eclat-clrsattr(1), eclat-lssattr(1), eclat-lsattr(1).

AUTHORS

Sergey Poznyakoff

BUG REPORTS

Report bugs to <bug-eclat@gnu.org.ua>.

COPYRIGHT

Copyright © 2012-2018 Sergey Poznyakoff
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.


Manpage server at man.gnu.org.ua.

Powered by mansrv 1.1