Skip to content

Commit

Permalink
dird: add Archive to update volstatus= tab completion
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsura authored and arogge committed Mar 2, 2023
1 parent 94f38b5 commit 4524428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/dird/dird_conf.cc
Expand Up @@ -697,9 +697,9 @@ struct s_kw ActionOnPurgeOptions[]
*
* name token
*/
struct s_kw VolumeStatus[]
= {{"Append", 0}, {"Full", 0}, {"Used", 0}, {"Recycle", 0},
{"Purged", 0}, {"Cleaning", 0}, {"Error", 0}, {NULL, 0}};
struct s_kw VolumeStatus[] = {{"Append", 0}, {"Full", 0}, {"Used", 0},
{"Recycle", 0}, {"Purged", 0}, {"Cleaning", 0},
{"Error", 0}, {"Archive", 0}, {NULL, 0}};

/**
* Keywords (RHS) permitted in Pool type records
Expand Down

0 comments on commit 4524428

Please sign in to comment.