Questions tagged [disk-volume]
135 questions
1
vote
1 answer
Anyone had any issues getting a disk to start on a Walrus storage sytem?
I'm trying to get a Eucalyptus system up and running and have managed to get the cloud controller and node controller running fine, with an instance running in the cloud system, but without any persistent storage.
When I try and create a volume I…

Peter Nunn
- 452
- 1
- 11
- 25
1
vote
2 answers
How to share a volume between VM in ESX 4?
I want to access a single volume from vmware ESX4 vms, in three ESX hosts with datastores in an Equallogic PS6000 SAN. I know how to manage the datas (through a cluster filesystem), but I cannot seems to find a way to do this.
How can I share VMDK…

edomaur
- 407
- 1
- 6
- 12
1
vote
0 answers
No Space Left On Device Error
I have an AWS EC2 instance provisioned with 2 EBS volumes (the root and an extra block volume).
I am hosting several docker applications behind and nginx reverse proxy on this server. I am getting a
no space left on device
Error when trying to…

JDBennett
- 121
- 1
- 3
1
vote
2 answers
AWS EC2 /dev/nvme1n1 mounted without partition table
I have an EC2 server on nitro system (c6g.2xl) where I have attached a 2nd volume. This is a web hosting environment and the disk is regularly increased in size.
For some reason I accidentally mounted the disk on - what I would call - the "partition…

jdog
- 121
- 7
- 29
1
vote
0 answers
So...an LSI SAS9211-8I, ARECA AR-1882IX-12 and some 12TB Hitachis walk into a bar
By the title of this I hope it's obvious that I'm trying to console myself with humor after the idiotic mistake I made last night.
And I'm hoping that someone out might be able to verify a few things before I really DO in-fact lose over 100TB of…

Jason Paul Michaels
- 11
- 2
1
vote
1 answer
Simple way to dynamically increase volume size regularly
I have a pair of physical servers with 32TB of raw disk space each (4 * 8TB x 2) in a ZFS pool on Ubuntu. After formatting, I am currently at 86% used and my data volume is growing at a reasonably constant 50G per week. I've recently setup the ZFS…

millebi
- 161
- 5
1
vote
0 answers
Recover LV from Cachepool
I have a RHEL VM which has 4 x 500GB disks attached to it from the host machine - which it serves from a 3-node RAID5 storage disk. I didn't build in redundancy on the LV layer, because the disks were presented from a RAID5 disk by the host ...…

Bonobo
- 11
- 1
1
vote
2 answers
Is VPS Disk Encryption pointless?
It's relatively straight-forward to create an encrypted storage volume (e.g. Like so: https://www.digitalocean.com/community/tutorials/how-to-create-an-encrypted-file-system-on-a-digitalocean-block-storage-volume .) However, since the filesystem is…

Glenn
- 35
- 2
- 7
1
vote
0 answers
Deleting Spanned Volume on File Server between Disk 1 & Disk 2
I have Windows Server 2012 R2 and it is my file server and it auto syncs user's file every minute. I have 3 disks. The primary partition (Disk 0) and two others (Disk 1 & Disk 2). My question does not include the primary partition.
I shrunk Disk 2…

yae
- 11
- 2
1
vote
1 answer
LVM after vgcfgrestore got: device-mapper: reload ioctl on (254:19) failed: No data available
Server have Thin LVM with a few volumes:
vm-130-disk-0 - was deleted and need to be restored.
vm-137-disk-0 - was NOT deleted.
Trying to restore /etc/lvm/archive/pve_00336-2034680334.vg which created before deleting:
# vgcfgrestore --force --file…

Alan Tone
- 33
- 6
0
votes
1 answer
How to temporarily mount a broken off mirror leg from a LVM partition
I mirrored my filesystem onto 3 drives using LVM mirror.
I broke off one of it's legs, by simply unplugging an external drive, before upgrading Ubuntu to 19.10.
So I started the upgrade, but having that drive removed made the system unbootable! I…

MeSo2
- 254
- 1
- 3
- 18
0
votes
1 answer
Unable to create cloud KMS encrypted PVC in GCP: googleapi: Error 400: Invalid resource usage
I'm trying to set up CMEK in my cluster as per the details mentioned here:
https://cloud.google.com/kubernetes-engine/docs/how-to/dynamic-provisioning-cmek#dynamically_provision_an_encrypted
I have deployed the Compute Engine Persistent Disk CSI…

Meghana B Srinath
- 105
- 2
- 12
0
votes
1 answer
Dynamic PVC/storage class encryption in GCP
I'm trying to create PVC which has the storage class encrypted. These PVCs are created dynamically.
As per this link- https://kubernetes.io/docs/concepts/storage/storage-classes/#gce-pd
for AWS EBS, there is a parameter 'encrypted' which can be set…

Meghana B Srinath
- 105
- 2
- 12
0
votes
2 answers
Docker volume from my laptop to Persistent volume on Google Cloud Kubernetes
A docker image running on my laptop with docker volume folder myVolume inside it bounded to a folder on my desktop ( can be any directory on host machine) Desktop-Volume :
docker run -it -v ~/Desktop/Desktop-Volume:/myVolume ..
There are files and…

Fizmath
- 3
- 3
0
votes
2 answers
Copy Network Volume configuration among Linux systems
I have several standalone Debian Linux (Lenny) systems. As it stands now, all of the systems are configured with a generic login account. This login account has a network volume that connects to a Windows share on a Windows server. I need to…

David Yu
- 1,032
- 7
- 14