# Errata (5.1)

In the current Resource Manager 5.1 release, a resource can remain visible under `quarantine-resource` after the quarantine timer has expired, even though the same resource is already available for allocation in the pool.

**Workarounds**

1. Trigger an allocation and then revert:

`request resource-pools find-id pool [ <pool-name> ] allocation-name <temporary-allocation-name> allocate`\
`revert no-confirm`

For IP pools:&#x20;

`request resource-pools find-ip pool <pool-name> allocation-name <temporary-allocation-name> prefix-length <prefix-length> allocate`\
`revert no-confirm`

2. Enable/Disable alarms on the affected pool:

Disable: `delete resource-pools id-pool <pool-name> alarms`

Enable: `set resource-pools id-pool <pool-name> alarms enabled`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nso-docs.cisco.com/resources/platform-tools/resource-manager/errata-5.1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
