Print

Print


When there are uploads-in-progress when Xrootd is started, the POSC subsystem will attempt to clean them up when the server restarts. The code is here:

https://github.com/xrootd/xrootd/blob/master/src/XrdOfs/XrdOfsPoscq.cc#L141

There's two problems here:

  1. I'm not sure that POSC really applies here -- seems that if Xrootd shares a distributed filesystem, there's no way to guarantee that some other Xrootd server didn't attempt this transfer on the same filesystem.
  2. There is no environment or security entity object passed. This causes XrdOss to interact with the underlying filesystem as the default user, which is nobody for HDFS. Needless to say, nobody doesn't have permission to unlink the file.

I'm reluctant to have the default user be root, just from a least privilege point-of-view. What's the best way to proceed here? Should I patch the OFS to make a "fake" security object?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/xrootd/xrootd","title":"xrootd/xrootd","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/xrootd/xrootd"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"POSC doesn't work well with XrdOss plugins (#830)"}],"action":{"name":"View Issue","url":"https://github.com/xrootd/xrootd/issues/830"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/issues/830", "url": "https://github.com/xrootd/xrootd/issues/830", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "POSC doesn't work well with XrdOss plugins (#830)", "sections": [ { "text": "", "activityTitle": "**Brian P Bockelman**", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@bbockelm", "facts": [ { "name": "Repository: ", "value": "xrootd/xrootd" }, { "name": "Issue #: ", "value": 830 } ] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"xrootd/xrootd\",\n\"issueId\": 830,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"xrootd/xrootd\",\n\"issueId\": 830\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/xrootd/xrootd/issues/830" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384632063\n}" } ], "themeColor": "26292E" } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1