Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
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
Harbor 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
dCache
cta
Commits
a0c7fb0f
Commit
a0c7fb0f
authored
8 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Added xattr and tapereplica messages to eos/messages
parent
63c53a97
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eos/messages/notification.proto
+15
-0
15 additions, 0 deletions
eos/messages/notification.proto
with
15 additions
and
0 deletions
eos/messages/notification.proto
+
15
−
0
View file @
a0c7fb0f
...
...
@@ -65,3 +65,18 @@ message notification {
md
file
=
4
;
//< file meta data
md
directory
=
5
;
//< directory meta data
}
message
xattr
{
enum
Operation
{
GET
=
0
;
ADD
=
1
;
SET
=
2
;
DELETE
=
3
;}
fixed64
fid
=
1
;
//< file id
map
<
string
,
string
>
xattrs
=
2
;
//< xattribute map
Operation
op
=
3
;
//< operation to execute for this xattr map
}
message
tapereplica
{
enum
Status
{
OFFTAPE
=
0
;
ONTAPE
=
1
;
ONTAPESAVE
=
2
;}
fixed64
fid
=
1
;
//< file id
Status
status
=
2
;
//< state state for file ID
fixed64
size
=
3
;
//< File size as recorded on tape for cross check
checksum
cks
=
4
;
//< File checksum as computer while writing to tape
}
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