Code Monkey home page Code Monkey logo

Comments (6)

dcplaya avatar dcplaya commented on May 30, 2024

Can you post your helm chart values too? Make sure to remove any private bits if you have any. Or if it's public, link to it.

from charts.

rebebop avatar rebebop commented on May 30, 2024

@dcplaya Sure, here you go

claimToken: "REDACTED"

timezone: Europe/London

service:
  type: LoadBalancer # We will use a LoadBalancer to obtain a virtual IP that can be exposed to Plex Media via our router
  port: 32400 # Port to expose Plex

plexUid: 1000
plexGid: 1000

persistence:
  transcode:
    enabled: true
    claimName: media-ssd 
  data:
    enabled: true
    claimName: media-ssd 
  config:
    claimName: media-ssd

from charts.

dcplaya avatar dcplaya commented on May 30, 2024

Hmmm, is your media-ssd PV/PVC set to

accessModes:
  - ReadWriteMany

From your pod description, it seems like it isn't since the pod complains about not being able to mount transcode and data but doesn't seem to complain about config.

from charts.

rebebop avatar rebebop commented on May 30, 2024

@dcplaya Both are set to ReadWriteMany
Here is the describe on my PVC

Name:          media-ssd
Namespace:     media
StorageClass:  manual
Status:        Bound
Volume:        media-ssd
Labels:        <none>
Annotations:   pv.kubernetes.io/bind-completed: yes
               pv.kubernetes.io/bound-by-controller: yes
Finalizers:    [kubernetes.io/pvc-protection]
Capacity:      600Gi
Access Modes:  RWX
VolumeMode:    Filesystem
Mounted By:    jackett-6988b9c445-xjg8z
               plex-69fb48c94f-tf56c
               plex-69fb48c94f-tf56c
               plex-69fb48c94f-tf56c
               sonarr-5869b4584b-plmrk
               transmission-transmission-openvpn-5f7ddd8b86-q7vzj
Events:        <none>

Also it seems like it's mounted by the plex container from here as well.

from charts.

blmhemu avatar blmhemu commented on May 30, 2024

I think it may be because of using same pvc twice in "volumes" section. Try creating different pvc for different volume mounts.

from charts.

rebebop avatar rebebop commented on May 30, 2024

@blmhemu Thanks, instead of creating new ones I just removed them from the values file and left only the data volume. It now works so I think you were right that it's the same PVC multiple times.

from charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.