Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Radarr and Sonarr behavior on Rook #99

Closed
onedr0p opened this issue Dec 5, 2019 · 4 comments
Closed

Question: Radarr and Sonarr behavior on Rook #99

onedr0p opened this issue Dec 5, 2019 · 4 comments

Comments

@onedr0p
Copy link

onedr0p commented Dec 5, 2019

Due to this issue, what has been your experience running Sonarr and Radarr on Rook-Ceph?

Does SQLite on Rook-Ceph behave correctly even though it's a network drive?

@billimek
Copy link
Owner

billimek commented Dec 5, 2019

Yes, no problems with running sonarr/radarr (or other sqlite-based workloads) using rook. Specifically rook with ceph rbd block storage.

The storage is presented to the pod as a native block device. There are also guarantees that no other things can access the storage concurrently.

@onedr0p
Copy link
Author

onedr0p commented Dec 5, 2019

That's great! Now if only we can run rook/ceph on ARM devices :/ Looks like I am stuck using local-path-provisioner provided by k3s and "pinning" radarr and sonarr to a specific node. :(

@billimek
Copy link
Owner

billimek commented Dec 5, 2019

Keep an eye on this PR - Once resolved and released, it should possibly open the door to rook/ceph client workloads running on ARM (arm64 at least).

Also in case you're interested - I'm keeping track of workloads that support arm (really multi-arch) here: https://github.com/billimek/k8s-gitops/blob/master/arm-matrix.md

@onedr0p
Copy link
Author

onedr0p commented Dec 5, 2019

Thanks, I've subscribed to that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants