Questions tagged [google-persistent-disk]

15 questions
5
votes
1 answer

Multiple pods using same database on kubernetes

I would like to know if it is possible for multiple pods in the same Kubernetes cluster to access a database which is configured using persistent volumes on a Google cloud persistent disk. Currently I am building a microservices achitecture web app…
3
votes
1 answer

Why can't I use the persistent disk's storage I just bought on Google Cloud Compute Engine?

I have just set up my first Google Cloud Compute Engine instance so I can run some Python scripts on large files. As part of the setup I added a 1TB persistent disk: When I SSH into the the virtual machine I don't see the storage added. This means…
3
votes
4 answers

Deleting all the associate persistent disks when deleting cluster

According to the documentation when deleting a cluster the persistent disk will still exist(https://cloud.google.com/kubernetes-engine/docs/how-to/deleting-a-cluster). I wanna delete all the associate persistent disks when deleting cluster but I…
2
votes
2 answers

How to find GCP Persistent Disk Usage?

I have a GCP Persistent Disk associated with a pod in a GKE cluster. How do I find the disk usage for the persistent disk ? Is there any GCP commands which will be help me find the disk usage ? Thanks a lot for your answers.
1
vote
1 answer

Does BigQuery automatically replicate data across zones/regions?

I'm reading through BigQuery doc and I'm confused by the point quoted below. Source: Google Doc BigQuery transparently and automatically provides highly durable, replicated storage in multiple locations and high availability with no extra charge…
1
vote
2 answers

Interface google block storage persistent disks

I went through the google document to find the interface for persistent disks but could not find it. For local disks it is SCSI/NVME. What is the interface for persistent disks? FC, iSCSI, NVMe
1
vote
2 answers

Is it possible to mount the persistent disk that comes with CloudShell on another VM?

gcloud compute instances attach-disk wants a disk name, but it doesn't show up on my Disks page. It seems silly to create and pay for another disk when this one has much more storage than I plan to use.
danben
  • 80,905
  • 18
  • 123
  • 145
1
vote
1 answer

Shared Access for Home Directory in google cloud Shell

I am currently using the Google Cloud Shell, and I wish to access the persistent disk of another user. (Not using local shell) More info on topic of inquiry:…
0
votes
2 answers

Are Google Compute Engine (GCE) persistent disk (PD) snapshots crash-consistent?

When I take a persistent disk snapshot, what are the consistency guarantees for this snapshot? I know it is not guaranteed to be "application consistent", but is it "crash consistent"? Or are there no consistency guarantees? -- EDIT -- For…
0
votes
1 answer

Google Cloud Compute no storage left

Hi when i try to ssh to google cloud VM instance it doesn't connect and when i check the logs it says there is no storage available. but when i connect using google cloud console it connects and when i check the storage there is enough storage …
SujithaW
  • 440
  • 5
  • 16
0
votes
1 answer

How can I trigger a filesystem resize when a persistent disk is resized on GCP?

On GCP, is there a way to trigger a filesystem resize (possibly by running a systemd unit) when the size of the disk backing a mounted filesystem is changed? I was hoping these kind of events would be possible through udev but by running udevadm…
0
votes
2 answers

Accessing Google Cloud persistent disk from both GKE and independent web server

Following this guide, I see how I can create a persistent disk in Google Cloud, than host it with an NFS server. Now I have an NFS server I can use from my GKE nodes. However, I want to also be able to post data to it from an independent web server,…
0
votes
0 answers

Cannot resize Google Cloud persistent disk

I'm trying to resize an Ext4 Google Cloud persistent disk from 14TB to 15 TB. I have an instance running Centos6. I increased the size of the disk in the cloud console. Now when I unmount the disk and try to run resize2fs it fails with this this…
0
votes
2 answers

GCE: persistent boot disk

Simple question for GCE users: are persistent boot disks safe to be used or data loss could occur? I've seen that I can attach additional persistent disks, but what about the standard boot disks (that should be persistent as well) ? What happens…
-1
votes
1 answer

Is there a best practice when using nfs over GCEPersistentDisk?

I'm a software developer who got to a point where I need to mount a Persistent Volume with ReadWriteMany access mode in multiple nodes, in my GKE Cluster. I'm well aware that GCEPersistentDisk does not support such access mode, so I turned to NFS…
NI6
  • 2,477
  • 5
  • 17
  • 28