Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

RMD should throw error if user unmount resctrl #45

Open
Shihta opened this issue Oct 4, 2018 · 0 comments
Open

RMD should throw error if user unmount resctrl #45

Shihta opened this issue Oct 4, 2018 · 0 comments

Comments

@Shihta
Copy link
Contributor

Shihta commented Oct 4, 2018

Because RMD should not cache/store any resctrl information, RMD should throw error if user unmount resctrl

Here are 2 cases where RMD should have responded to an error but did not

A. GET /workloads

  1. Run RMD in a fresh environment, there is no workload/COS in RMD/resctrl
  2. Create a workload via POST /workloads
  3. umount resctrl
  4. Query workloads via GET /workloads,
    and then you'll see that the response includes the workload you just created

B. GET /cache/l3

  1. Run RMD in a fresh environment, there is no workload/COS in RMD/resctrl
  2. Query cache information via GET /cache/l3
  3. umount resctrl
  4. Query cache information via GET /cache/l3,
    and then you'll get a response includes cache information without any Internal Server Error.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant