Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vospace-file-catalog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VOSpace INAF
vospace-file-catalog
Commits
6f349e00
Commit
6f349e00
authored
2 years ago
by
Nicola Fulvio Calabria
Browse files
Options
Downloads
Patches
Plain Diff
added immutable field to nodes
parent
c5eb9706
No related branches found
No related tags found
No related merge requests found
Pipeline
#11900
passed
2 years ago
Stage: dockerize
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
00-tables.sql
+1
-0
1 addition, 0 deletions
00-tables.sql
with
1 addition
and
0 deletions
00-tables.sql
+
1
−
0
View file @
6f349e00
...
@@ -51,6 +51,7 @@ CREATE TABLE node (
...
@@ -51,6 +51,7 @@ CREATE TABLE node (
-- async_trans tells us whether a node is hosted on a cold storage and has to be transferred asynchronously
-- async_trans tells us whether a node is hosted on a cold storage and has to be transferred asynchronously
async_trans
BOOLEAN
default
false
,
async_trans
BOOLEAN
default
false
,
sticky
BOOLEAN
default
false
,
sticky
BOOLEAN
default
false
,
immutable
BOOLEAN
default
false
,
-- id of the blocking job running on the node (used to compute busy state)
-- id of the blocking job running on the node (used to compute busy state)
job_id
VARCHAR
default
NULL
,
job_id
VARCHAR
default
NULL
,
creator_id
VARCHAR
default
NULL
,
creator_id
VARCHAR
default
NULL
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment