Questions tagged [google-cloud]
For questions relating to the Google Cloud Platform.
86 questions
2 votes
0 answers
98 views
How to handle Duplicity not being able to do backups to Google Cloud Storage bucket because bucket contains aborted backup
I have setup a Google Cloud Storage bucket for my Duplicity backups. The bucket has a retention policy of 1 year. Today Duplicity got interrupted while doing the backups, and now, every time I want to ...
0 votes
0 answers
20 views
Will Duplicity download anything from the destination when doing a `remove-all-but-n-full`?
I'm using Google Cloud Storage to store backups taken by Duplicity. Since I just want to keep 4 full backups at the destination I run: duplicity remove-all-but-n-full 4 --force \ --s3-endpoint-url=...
3 votes
1 answer
701 views
Cannot install Nvidia Drivers on Debian VM with secure boot enabled
I'm working with a Debian 11 VM with secure boot enable on Google Cloud. When I add a GPU to the machine, I get the following prompt: This VM requires Nvidia drivers to function correctly. Would you ...
-1 votes
1 answer
262 views
How can I find the human readable name for a CPU? [duplicate]
I need to know the name of the CPU used in a GKE cluster I have launched. The gcloud command has a --min-cpu-platform option, but my understanding is that is the minimum and I may get a later CPU ...
0 votes
1 answer
2k views
GCP /dev/sda1/ Disk Space Full, Shows 90% In Use, but Mounting SDA1 only showing 6GB. What is using all my space?
I'm running Wordpress instance on top of a Linux GCP VM instance. In SSH, running cmd 'df -h' I see /dev/sda1 is 91% used up. I mounted sda1 to see what could be taking up all the space, but ...
0 votes
0 answers
105 views
Google Cloud does not like my Customer-supplied encryption key (CSEK)
I'm trying to encrypt a VM image with my own provided key. So I go to my Terminal emulator and do: $ openssl enc -aes256 -A -P enter aes-256-cbc encryption password: Verifying - ...
1 vote
1 answer
53 views
Link home directory to filestore
I have two GCE instance (RHEL8) and a common file store mounted as /filestore on both instance. How can we link the existing /home to /filestore/home as shared storage for users home directory. Note: ...
1 vote
1 answer
1k views
Cannot write to file in linux environment
I am using GCP Linux virtual machine and trying to execute a file and write the results into a new file. The code looks like this: ./segment.sh inputfile.txt > outputfile.txt However when I do ...