Read-only file system error
See original GitHub issueDescription 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
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
@Tabrizian humm you’re right, that file system still readOnly mode, need more further why it readOnly and how change the mode