mountWithArgs: mountWithConn: setUpBucket: OpenBucket: неизвестный сегмент "gs: //project-id.appspot.com" - PullRequest
0 голосов
/ 04 февраля 2019

Я пытаюсь смонтировать мое ведро локально (в Ubuntu 18.04). Я вижу ошибку Не найдено.Пользователь (служебная учетная запись) пытается смонтировать, имеет доступ к разрешению владельца также не повезло.

Я могу перечислить файлы корзины и выполнять операции через gsutil без каких-либо проблем.

Вотопции отладки с включенной командой

root@backup-vm:/# gcsfuse --key-file=/root/gcloud-auth.json --foreground --debug_gcs --debug_http --debug_fuse --debug_invariants gs://project-id.appspot.com project-id-gcs
Using mount point: /project-id-gcs
Opening GCS connection...

WARNING: gcsfuse invoked as root. This will cause all files to be owned by
root. If this is not what you intended, invoke gcsfuse as the user that will
be interacting with the file system.

Opening bucket...
gcs: Req              0x0: <- ListObjects()
http: ========== REQUEST:
GET http://www.googleapis.com/storage/v1/b/gs:%2F%2Fproject-id.appspot.com/o?maxResults=1&projection=full HTTP/1.1
Host: www.googleapis.com
User-Agent: gcsfuse/0.0
Authorization: Bearer ya29.c.ElqmBlY5_yOiGiAPBW2b9QiF8OJ9eiF6oxf59KU-jmjSd4RLuz0qt9X2DdEPT3fhLxYGs1M-CcXmoCV_pOwR2sa-7yaTGyzDkoXTw1Qdv5tvVwnB0Bw7eXbidh0
Accept-Encoding: gzip

http: ========== RESPONSE:
HTTP/2.0 404 Not Found
Content-Length: 165
Cache-Control: private, max-age=0
Content-Type: application/json; charset=UTF-8
Date: Mon, 04 Feb 2019 07:52:25 GMT
Expires: Mon, 04 Feb 2019 07:52:25 GMT
Server: UploadServer
Vary: Origin
Vary: X-Origin
X-Guploader-Uploadid: AEnB2Uo3BdH8Hs8w2bf9OdtojD60NtuOCoxHIfJ9lHIiRbJRw93w7xyvD2iufh53Yjo380cQ2HZT0AiImNToZPgBtiEwg--kLfISuUl9XtjBDJFfbId6a2s

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "notFound",
    "message": "Not Found"
   }
  ],
  "code": 404,
  "message": "Not Found"
 }
}
http: ====================
gcs: Req              0x0: -> ListObjects() (214.981969ms): googleapi: Error 404: Not Found, notFound
mountWithArgs: mountWithConn: setUpBucket: OpenBucket: Unknown bucket "gs://project-id.appspot.com"
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...