Helix Core P4 Command Reference (2019.1)

p4 storage

Display, verify, or update physical archive storage.

Syntax

p4 [g-opts] storage [-v [-q]] [-c change] [-T tags -F filters] [-m max] file...
p4 [g-opts] storage -u [-c change] [-T tags -F filters] [-m max] file...
p4 storage -w 

Description

A user with admin access can display information about the server archive files and their usage with

p4 storage [-v [-q]] [-c change] [-T tags -F filters] [-m max] file...

Options

-w

Provides a message that indicates when the upgrade process is complete by displaying "The storage upgrade process is complete". For details, see Helix Core Server Administrator Guide: Fundamentals on upgrading to 2019.1 or later.

-v

Verifies that the specified archive files are intact. Computes and displays the digest of each archive.

  • If an archive cannot be reproduced (for example, if the file is missing from the archive), the archive's output line ends with MISSING!
  • If there is a saved digest, p4 storage compares it with the computed one. If they differ, the output line ends with BAD!

p4 storage -v is the equivalent of p4 verify.

-u

Computes and saves the digest only for revisions that have no saved digest.

-q

Minimizes the output of the storage -v command, displaying only errors from mismatched digests or unreproducible revisions.

-c Applies to the specified changelist.
-T Applies to the specified tags, which can be specified using a comma- or space-delimited list
-F Applies to the specified filter.
-m Limits output to the specified number of records

g-opts

See Global options.

Usage Notes

Can File Arguments Use Revision Specifier? Can File Arguments Use Revision Range? Minimal Access Level Required

No

No

admin