Skip to content
Snippets Groups Projects
Commit 4dd38d15 authored by Steven Murray's avatar Steven Murray
Browse files

Fixed cta/CTA#862 Unable to delete tabtest tape pool because it's in an archive route

Here is an example:
```
[itctabuild02] ~ (krb5=ctaadmin1)> cta-admin tapepool add --name steve --vo vo_1 --partialtapesnumber 1 --encrypted false --comment "Steve's tape pool"
[itctabuild02] ~ (krb5=ctaadmin1)> cta-admin archiveroute add --storageclass single_1 --copynb 1 --tapepool steve --comment "Steve's archive route"
[itctabuild02] ~ (krb5=ctaadmin1)> cta-admin tapepool rm --name steve
Cannot delete tape-pool steve because it is used in an archive route
[itctabuild02] ~ (krb5=ctaadmin1)>
```
parent 92e18726
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment