question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Read-only file system error

See original GitHub issue

Description Deploy Triton Python Backend into kubenetes with kserve and could not load the model

Triton Information What version of Triton are you using? Both Triton server 21.11-py3 and 21.12-py3

Are you using the Triton container or did you build it yourself? Using the Triton container, checked with both 21.11-py3 and 21.12-py3

To Reproduce Steps to reproduce the behavior.

  • Deploy Triton server into kubenetes with kserve

Describe the models (framework, inputs, outputs), ideally include the model configuration file (if using an ensemble include the model configuration file for that as well). Python backend model with config:

name: "c64j84d9481ag524juu0"
backend: "python"
max_batch_size: 1024
input [
  {
    name: "input"
    data_type: TYPE_STRING
    dims: [ 1 ]
  }
]
output [
  {
    name: "output"
    data_type: TYPE_FP32
    dims: [ 3, 224, 224 ]
  }
]
instance_group [
  {
    count: 1
    kind: KIND_CPU
  }
]
dynamic_batching { }
version_policy: { all { }}

Expected behavior Model load successfully

Note: model load successfully when run triton docker instead of kubenetes with kserve

Detail logging Screen Shot 2021-12-29 at 14 38 38

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Phelan164commented, Dec 30, 2021

@Tabrizian thanks, I found out that ticket. It go from knative and now they working on how to configure read-write mode for mount volume. So I will close this ticket

0reactions
Phelan164commented, Dec 30, 2021

@Tabrizian humm you’re right, that file system still readOnly mode, need more further why it readOnly and how change the mode

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix "sudo: unable to open ... Read-only file system"?
Usually linux puts your filesystems in read only when errors occur, especially errors with the disk or the filesystem itself, errors like a...
Read more >
“Read-only File System” Error and Solutions - LinuxTect
The “Read-only file system …” is an error that is related to the file system. This error may occur in different situations for...
Read more >
How to Fix “Read-Only File System” Error on Ubuntu - Linux Hint
The solution to this issue is to fix the permissions of the filesystem. Depending on the filesystem type, there are a couple of...
Read more >
How Do I Fix the "Read-only file system" Error When I Delete a ...
Scenario 2: File System Error Occurred · Run the following command to check the file system information in the kernel: · Restart the...
Read more >
How to fix read-only file-system on Ubuntu - Mecdata
When you have this error, it means that your system has by default, a line in /etc/fstab which indicates that if there is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found