Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Drive: silo is faulty #38

Open
iakat opened this issue Jul 25, 2017 · 4 comments
Open

Google Drive: silo is faulty #38

iakat opened this issue Jul 25, 2017 · 4 comments
Assignees
Labels

Comments

@iakat
Copy link

iakat commented Jul 25, 2017

$ infinit credentials list
Google Drive:
  __my_email__: Simone Esposito
$ infinit silo create google-drive --account __my_email__ -c 100TiB --name gdrive
Locally saved silo "gdrive".
$ infinit network create --storage gdrive--name my-network-2 --push
Locally linked network descriptor "chauffer/my-network-2".
Locally saved network descriptor "chauffer/my-network-2".
Remotely already updated network descriptor "chauffer/my-network-2".
$ infinit doctor configuration
[OK] User
[OK] Silos
[ERROR] Networks:
  [ERROR] chauffer/my-network-2 is faulty because "gdrive" (missing) silo is faulty
[OK] Volumes
[OK] Drives
[OK] Leftovers

infinit: fatal error: Please refer to each individual error message. If you cannot figure out how to fix your issues, please visit https://infinit.sh/faq.

If I try to create a volume:

$ infinit volume create --network my-network-2 --name my-volume-2 --push
Locally saved volume descriptor "chauffer/my-volume-2".
Remotely created volume descriptor "chauffer/my-volume-2".
$ infinit doctor configuration
[OK] User
[OK] Silos
[ERROR] Networks:
  [ERROR] chauffer/my-network-2 is faulty because "gdrive" (missing) silo is faulty
[ERROR] Volumes:
  [ERROR] chauffer/my-volume-2 is faulty because network "chauffer/my-network-2" is faulty
[OK] Drives
[OK] Leftovers

infinit: fatal error: Please refer to each individual error message. If you cannot figure out how to fix your issues, please visit https://infinit.sh/faq.

If I try mounting it:

infinit volume mount --as chauffer --name my-volume-2 --mountpoint ~/first-volume --allow-root-creation --cache --publish -v
Running network "chauffer/my-network-2".
[infinit.Network] [main] client version: 0.8.0
[infinit.model.Model] [main] infinit::model::Model(0x7fa06180ec00): compatibility version 0.8.0
[infinit.model.doughnut.Doughnut] [main] Not using UTP although network configuration selects 'all' protocols. UTP has been temporarily deprecated. Force with INFINIT_UTP=1.
[ infinit.model.doughnut.Local  ] [main] dht::Local(0x7fa06100a720, 0x0f476e5d00): listen on tcp://[::]:59647
[      infinit.prometheus       ] [main] infinit::prometheus::Prometheus(0x102e86a50): listen on 127.0.0.1:8080
infinit: fatal error: Not implemented yet.
@Dimrok
Copy link

Dimrok commented Jul 27, 2017

Hi @chauffer.

I give it a try and come back to you soon.

@Dimrok
Copy link

Dimrok commented Jul 27, 2017

It's a bug...

The overlays startup mechanism call an unimplemented method of the google drive silo... Sorry but you won't be able to use google drive silos with the current version of infinit.

@iakat
Copy link
Author

iakat commented Jul 31, 2017

Any ETA? 😿

@Dimrok
Copy link

Dimrok commented Aug 18, 2017

No sorry, we are currently focusing on memo (Infinit's storage backend).

I'll inform you as soon as a release is planned.

@Dimrok Dimrok self-assigned this Aug 25, 2017
@Dimrok Dimrok added the Bug label Aug 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants