Displaying 20 results from an estimated 20000 matches similar to: "iscsi storage creation"
2009 Aug 05
1
iSCSI questions and VM Creation questions
Hi,
I finally managed to have one node working.
I added a iSCSI LUN (ok if selinux is set to 0) and wanted to create my first VM.
So I created a VM and had some issues:
* I can choose boot from HD but I'm just able to choose the LUN, not a specific size in the LUN like you can do in vmware ESX. So, do I have to create a LUN per VM? If yes, it's quite complicated...
* If I choose boot from
2017 Aug 02
2
Libvirt fails on network disk with ISCSI protocol
Hi,
I am working on oVirt, and I am trying to run a VM with a network disk with
ISCSI protocol ( the storage is on a Cinder server).
Here is the disk XML I use:
<disk device="disk" snapshot="no" type="network">
<address bus="0" controller="0" target="0" type="drive"
unit="0" />
2009 Jun 12
2
only seeing one NIC in network device editor
Hi,
When I click on "Edit Network" on my managed node in the hosts tab of
the oVirt UI I only see one NIC. My managed node has 2 NICs, one on the
guest network and one on the admin network. The NIC on the admin
network is not listed in the network editor. Is this normal?
I'm trying to create a VM and boot the cobbler profile I created for
Fedora 10 but I can only boot the VM
2009 Sep 14
2
[PATCH node-image] add livecd-iso-to-iscsi script to support iscsi root booting setup
This enables the ability to take the ovirt-node-image iso and deploy it to an iscsi disk. It also provides a sample pxe configuration for booting based on the iscsi root device. Includes support for user/password as well as reverse chap user/password.
---
Makefile.am | 1 +
livecd-iso-to-iscsi | 201 ++++++++++++++++++++++++++++++++++++++++++++++
ovirt-node-image.spec.in |
2010 Aug 26
1
iSCSI and disk timeouts
Hi,
I'm having a problem where one of the VM's I'm running appears to be
hanging. I think what might be happening is that the disk is timing out
and being mounted read-only (or something like that). The VM image is
on an iSCSI volume.
What timeouts are set for iSCSI on the node? I seem to recall it being
either 30 seconds or 2 minutes but I haven't been able to confirm.
2009 Jul 29
3
yum update broke ovirt
I did a yum update on my management server and now the ovirt gui is no
longer accessable. Is it supposed to just work or do I need to do
something after the yum update?
Justin.
2010 Sep 19
2
VM network interface model
The VMs just boot up with the default network interface model which is
100Mb, is there a way to set it to a 1Gb model?
Cheers,
Justin.
2011 Feb 02
1
iSCSI storage pool questions
Hi All,
I've been trying to figure out the best way of using an iSCSI SAN with KVM and thanks to a helpful post by Tom Georgoulias that I found on this list (https://www.redhat.com/archives/libvirt-users/2010-May/msg00008.html), it appears I have a solution.
What I'm wondering is the following:
1) If I use an iSCSI LUN as the storage pool (instead of creating an LVM VG from this iSCSI
2009 Dec 08
1
[PATCH node] iscsi remote root basework This lays most of the groundwork for iscsi installation and configuration. At this time configuring iscsi is disabled due to multiple issues with dependent pieces.
- dracut does not currently support booting a dmsquash file system on an iscsiroot
- can not be configured in standalone mode since networking is not up, although works fine if ovirt-config-setup is run once booted.
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
recipe/common-pkgs.ks | 1 +
scripts/ovirt-config-boot | 67 ++++++++++++++++----
2009 Aug 11
1
[PATCH server] remove appliance bits
This removes the appliance configuration bits from the installer and associated files since it has been deprecated
---
installer/modules/ovirt/files/cobbler-import | 6 -
.../modules/ovirt/files/ovirt-appliance-setup | 4 -
installer/modules/ovirt/files/ovirt-storage | 73 ----------
installer/modules/ovirt/manifests/appliance.pp | 152 --------------------
4 files
2009 Oct 23
1
[PATCH node] Add iSCSI initiator setup option
This add an iscsi initiator name setup option to the main menu in ovirt-config-setup and can also be accessed via ovirt-config-iscsi.
Also accepts AUTO setup by running ovirt-config-iscsi AUTO and generates a random name as before
---
Makefile.am | 1 +
ovirt-node.spec.in | 3 ++
scripts/ovirt-config-boot | 4 ---
scripts/ovirt-config-iscsi | 56
2010 May 10
1
[PATCH node] RESEND: fix iscsi installation problems
This patch fixes both local installation and iscsi installation issues
---
scripts/ovirt-config-boot | 10 ++++++----
scripts/ovirt-config-networking | 8 +++++---
scripts/ovirt-config-storage | 17 ++++++++++++++++-
scripts/ovirt-functions | 27 ++++++++++++++++++---------
4 files changed, 45 insertions(+), 17 deletions(-)
diff --git a/scripts/ovirt-config-boot
2018 Jan 29
1
virt-sparsify and iSCSI
Hi!
This question emerged during testing of oVirt sparsify integration.
oVirt now is able to run virt-sparsify on VM disks. But virt-sparsify
seems to have no effect on iSCSI disks.
Does virt-sparsify work on iSCSI disks? Maybe in sum situation, with
some configuration of iSCSI server, with some specific virt-sparsify
options?
Shmuel
2009 Jul 30
1
build instructions
Are the build instructions out of date?
I've been following them but when I get to "make update-app" I get
make: *** No rule to make target `update-app'. Stop.
I took a look in the Makefile and sure enough there's no updated-app
target or update-host for that matter...
What's the procedure now?
Cheers,
Justin.
2013 Nov 21
2
Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
On 11/22/2013 12:02 AM, Исаев Виталий Анатольевич wrote:
...
>> i may be missing something, but wouldn't vdsm hooks be a better fit:
>> http://www.ovirt.org/VDSM-Hooks
>>
>> for example, I think the "checkimages" one would cover what you are
>> trying to do already?
>
> Thank you, this hook was useful, but "gemu-img check" command is
2010 Jan 16
3
How to force iscsi to see the new LUN size
Hi,
I increased the size of one of the LUNs and on CentOS 5.4 if I restart
iscsi (`service iscsi restart`) I'll see the the new size but this will
disconnect all other LUNs.
I'm hoping that there is isciadm or some other command that will force
iscsi to rediscover the LUNs but I can't seem to be able to come up with
one.
Resize2fs says that there is nothing to be done. I'm
2009 Sep 07
3
iSCSI domU - introducing more stability
Hi there,
during peak load on some running domU, I noticed random iSCSI "Reported LUNs data has changed" which forced me to shutdown the respective domU, re-login the target and do a fsck before starting domU again.
This occurred on a 16 core machine, having only about 14 domUs running. Spare memory has been occupied by dom0 (about 40G). Each domU has it''s own iSCSI target.
2009 Jul 09
1
poweroff in vm causes the host to become unavailable
If I ssh to a vm running Centos and then execute "poweroff" from within
the vm, the vm shuts down as expected but the host in the admin ui
becomes unavailable. Is anyone else experiencing this? I haven't
checked to see if other guest OS's do the same thing yet.
The painful thing is that then I have to shutdown all the VMs and reboot
both the host and the management server
2016 Jun 12
2
vhba and storage pool creation
Hi!
Got a couple of storage questions here.
I'm a storage guy, running a new project, and just started with libvirt, but have been using qemu/kvm on other platforms before, as well as oVirt.
So, my questions here:
I started with creating a vhba, and that went fine, I could see it on the storage side logging in to the target with its wwn.
My next step would be to make it persistent, and
2013 Nov 21
4
Re: Accessing iSCSI disc images from the RHEV Manager using libguestfs
On 11/21/2013 05:56 PM, Richard W.M. Jones wrote:
> [Adding Itamar: Any suggestions on where Vitaly could get help on this
> RHEV-M API problem?]
>
> On Thu, Nov 21, 2013 at 02:27:08PM +0000, Исаев Виталий Анатольевич wrote:
>> Dear libguestfs developers,
>>
>> We are developing the protected enterprise system based on several
>> Red Hat technologies (Red Hat