Yes, it is the VM part..I just run into an issue. My setup consist in 2
nodes with glusterfs and after adding supplemental hard disk, after reboot
I've lost glusterfs volumes!
How can I persist any configuration on node and I refer here to
''setenforce 0'' - for ssh login to work- and further
""
http://www.ovirt.org/Features/GlusterFS_Storage_Domain
- option rpc-auth-allow-insecure on ==> in glusterd.vol (ensure u
restart glusterd service... for this to take effect)
- volume set <volname> server.allow-insecure on ==> (ensure u stop and
start the volume.. for this to take effect)''
Thanks!
On Wed, Dec 18, 2013 at 11:35 AM, Fabian Deutsch <fabiand(a)redhat.com> wrote:
Am Mittwoch, den 18.12.2013, 08:34 +0200 schrieb Gabi C:
> Hello!
>
>
> In order to increase disk space I want to add a new disk drive to
> ovirt node. After adding this should I proceed as "normal" - pvcreate,
> vgcreate, lvcreate and so on - or these configuration will not
> persist?
Hey Gabi,
basically plain LVM is used in Node - so yes pvcreate and lvextend can
be used.
What storage part do you want to extend? The part where the VMs reside?
You will also need to take care to extend the filesystem.
- fabian