Set-PveClusterCephFlags¶
SYNOPSIS¶
SYNTAX¶
Set-PveClusterCephFlags [[-PveTicket] <PveTicket>] [[-Nobackfill] <Boolean>] [[-NodeepScrub] <Boolean>]
[[-Nodown] <Boolean>] [[-Noin] <Boolean>] [[-Noout] <Boolean>] [[-Norebalance] <Boolean>]
[[-Norecover] <Boolean>] [[-Noscrub] <Boolean>] [[-Notieragent] <Boolean>] [[-Noup] <Boolean>]
[[-Pause] <Boolean>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION¶
Set/Unset multiple ceph flags at once.
EXAMPLES¶
Example 1¶
{{ Add example description here }}
PARAMETERS¶
-PveTicket¶
Ticket data connection.
Type: PveTicket
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Nobackfill¶
Backfilling of PGs is suspended.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-NodeepScrub¶
Deep Scrubbing is disabled.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Nodown¶
OSD failure reports are being ignored, such that the monitors will not mark OSDs down.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Noin¶
OSDs that were previously marked out will not be marked back in when they start.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Noout¶
OSDs will not automatically be marked out after the configured interval.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Norebalance¶
Rebalancing of PGs is suspended.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Norecover¶
Recovery of PGs is suspended.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Noscrub¶
Scrubbing is disabled.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 9
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Notieragent¶
Cache tiering activity is suspended.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 10
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Noup¶
OSDs are not allowed to start.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 11
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Pause¶
Pauses read and writes.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 12
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-ProgressAction¶
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.