sys disk logical-diskΒΆ

sys disk logical-disk(1)			  BIG-IP TMSH Manual			     sys disk logical-disk(1)

NAME
       logical-disk - Manages logical disks.

MODULE
       sys disk

SYNTAX
       Configure the logical-disk component in the sys disk module using the syntax shown in the following sections.

   MODIFY
	modify logical-disk [name]
	       options:
		       vg-reserved [integer]
		       mode [none/mixed/datastor]

   DISPLAY
	list logical-disk [name]

DESCRIPTION
       The logical-disk component provides better granularity for managing disks. A physical disk can now be shared
       by one or more logical disks. A logical disk is physically confined to one physical disk.

EXAMPLES
       modify logical-disk foo mode mixed vg-reserved 200

       Modifies the logical disk foo mode property to mixed and the vg-reserved property size to 200 MiB.

       list logical-disk foo

       Displays the configuration details of the logical disk named foo.

OPTION
       mode [none/mixed/datastor/control]
	    Specifies the current mode of the logical disk. The options are:

	    control - Indicates that the logical disk is part of a RAID array.
	    datastor - Indicates that the entire disk is committed to the datastor module.
	    mixed - Indicates that the disk contains multiple volumes for software and/or multiple volumes for
	    application data.
	    none - Indicates that the disk is not in use. This is the default option.
       size [integer]
	    Specifies the size (MiB) of the logical disk.

       vg-free [integer]
	    Specifies the usable free space (MiB) available in the logical disk.

       vg-in-use [integer]
	    Specifies the total logical disk space (MiB) in use.

       vg-reserved [integer]
	    Specifies the reserved logical disk space (MiB). This space is NOT available for provisioning.

SEE ALSO
       modify, list, tmsh, sys provision, sys disk logical-disk

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or
       mechanical, including photocopying, recording, or information storage and retrieval systems, for any purpose
       other than the purchaser's personal use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2009-2013, 2016. All rights reserved.

BIG-IP						      2016-03-14			     sys disk logical-disk(1)