Skip to content

remove host partition

Mason J. Katz edited this page Dec 15, 2015 · 1 revision

remove host partition

Usage

stack remove host partition {host}... [device=string] [partition=string] [uuid=string]

Description

Remove a partition definitions from a host.

Arguments

  • {host}

    A list of one or more host names.

Parameters

  • [device=string]

    Device name to be removed

  • [partition=string]

    A single partition to remove from this host. If no partition is specified, then all partitions from the host are removed.

  • [uuid=string]

    UUID of the mountpoint to be removed.

Examples

  • stack remove host partition compute-0-0

    Remove all partitions from compute-0-0.

  • stack remove host partition compute-0-0 partition=/export

    Remove only the /export partition from compute-0-0.

  • stack remove host partition compute-0-0 device=sdb1

    Remove only the partition information for /dev/sdb1 on compute-0-0

Clone this wiki locally