Tagged Questions
0
votes
1answer
84 views
scripted resize kvm images
I'm examining the possibility to script the resizing of a kvm image. The goal is to give our customers the possibility to upgrade their vps online. So for instance if a customer has a vps of 10G then ...
0
votes
1answer
333 views
iSCSI storage, partitioning and LVM
We are in the process of moving our (direct attached) storage systems to an iSCSI based consolidate storage and we have come up with this interesting question: where should we place LVM processing? ...
1
vote
1answer
2k views
How can I mount a XenServer VHD from an iSCSI SR in Ubuntu?
I need to get files from a Linux VM that was hosted on an iSCSI volume attached to a XenServer host, but I no longer have any XS hosts around (they've all been converted to VMware).
I've already ...
5
votes
1answer
488 views
Home-grown SAN — topology ideas?
I'm interested in hand-rolling a SAN solution on Linux with the following technologies:
iscsi
mdadm raid
lvm
multipath
xfs/gfs/???
teamed NICs
Hardware-wise, I'm thinking of 2 x gigE (or better) ...
0
votes
2answers
567 views
Creating multiple ISCSI LUNs from one disk, under Linux
I have a 2.7 TB virtual disk (LSI MegaRAID controller with ten 600GB SAS drives configured in RAID10) under Linux. I am sharing this disk to a remote ESX host via ISCSI.
Unfortunately ESX will only ...
0
votes
1answer
456 views
LinuxHA cluster, advice needed regarding shared storage
I'm setting up a two-node Heartbeat+Pacemaker cluster to run Xen domUs in a fail-over and live-migrate type environment. Storage is a LUN on an (EqualLogic) iSCSI SAN device. I initially wanted to ...
9
votes
2answers
13k views
LV Status: Not available. How to make it available?
I connect an iSCSI target, create a Physical Volume and Volume Group on it.
Then I create an LV, and
mkfs.ext3 /dev/vg00/vm
and all that works great.
Then I disconnect the target
iscsiadm -m ...
1
vote
3answers
369 views
Do I have to have LUN on a iSCSI Target?
I am using Linux, and was wondering, if I could put LVM directly on a iSCSI target without a LUN?
0
votes
2answers
250 views
Extending storage space with SAN/iSCSI
I'll be creating a Linux storage server with several TB capacity using a hardware RAID array. But I was wondering, what are my options for extending it in the future?
To be more specifiec, if I ...
2
votes
3answers
826 views
Managing a test iSCSI target server
I am using a RHEL server with a few hard drives, and tgtd as the iscsi target software.
I a looking for a way to allocate and deallocate space and targets with that space, without restarting my ...
0
votes
2answers
709 views
Novell Xen cloud
I'm trying to set up a mini-cloud with Novell Xen (SLES 10 SP2 so it's Xen 3.2.x).
I have an iSCSI server in the back, using a Starwind 4.1 target.
The problem is that I when I write to the iSCSI ...