Re: Set hostname of guest during installation time

2020-03-27 Thread john doe
On 3/27/2020 8:29 PM, john doe wrote: > On 3/27/2020 7:36 PM, Michal Prívozník wrote: >> On 27. 3. 2020 19:23, john doe wrote: >>> Okay, I have installed the pluging, do you mind explaning how this >>> should work?: >>> >>> $ grep host /etc/ns* >>> hosts: files libvirt_guest dns >>> >>> >>

Re: Set hostname of guest during installation time

2020-03-27 Thread john doe
On 3/27/2020 7:36 PM, Michal Prívozník wrote: > On 27. 3. 2020 19:23, john doe wrote: >> Okay, I have installed the pluging, do you mind explaning how this >> should work?: >> >> $ grep host /etc/ns* >> hosts: files libvirt_guest dns >> >> >> If I'm correct, following your example, I shoul

Re: Set hostname of guest during installation time

2020-03-27 Thread Michal Prívozník
On 27. 3. 2020 19:23, john doe wrote: > Okay, I have installed the pluging, do you mind explaning how this > should work?: > > $ grep host /etc/ns* > hosts: files libvirt_guest dns > > > If I'm correct, following your example, I should be able to do: > > $ host try06 > > What am I mi

Re: Set hostname of guest during installation time

2020-03-27 Thread john doe
On 3/27/2020 5:28 PM, Michal Prívozník wrote: > On 27. 3. 2020 17:23, john doe wrote: >> On 3/27/2020 5:13 PM, Michal Prívozník wrote: >>> On 27. 3. 2020 16:48, Michal Prívozník wrote: On 27. 3. 2020 14:57, john doe wrote: > Hi, > > I would like to set the hostname when installing

Re: Set hostname of guest during installation time

2020-03-27 Thread john doe
On 3/27/2020 5:29 PM, Andrea Bolognani wrote: > On Fri, 2020-03-27 at 16:48 +0100, Michal Prívozník wrote: >> On 27. 3. 2020 14:57, john doe wrote: >>> Hi, >>> >>> I would like to set the hostname when installing a guest, with the below >>> command the hostname is not set to 'try06' in the guest: >

Re: Set hostname of guest during installation time

2020-03-27 Thread Andrea Bolognani
On Fri, 2020-03-27 at 16:48 +0100, Michal Prívozník wrote: > On 27. 3. 2020 14:57, john doe wrote: > > Hi, > > > > I would like to set the hostname when installing a guest, with the below > > command the hostname is not set to 'try06' in the guest: > > > > virt-install --name=try06 --graphic none

Re: Set hostname of guest during installation time

2020-03-27 Thread Michal Prívozník
On 27. 3. 2020 17:23, john doe wrote: > On 3/27/2020 5:13 PM, Michal Prívozník wrote: >> On 27. 3. 2020 16:48, Michal Prívozník wrote: >>> On 27. 3. 2020 14:57, john doe wrote: Hi, I would like to set the hostname when installing a guest, with the below command the hostname is n

Re: Set hostname of guest during installation time

2020-03-27 Thread john doe
On 3/27/2020 5:13 PM, Michal Prívozník wrote: > On 27. 3. 2020 16:48, Michal Prívozník wrote: >> On 27. 3. 2020 14:57, john doe wrote: >>> Hi, >>> >>> I would like to set the hostname when installing a guest, with the below >>> command the hostname is not set to 'try06' in the guest: >>> >>> virt-i

Re: Set hostname of guest during installation time

2020-03-27 Thread Michal Prívozník
On 27. 3. 2020 16:48, Michal Prívozník wrote: > On 27. 3. 2020 14:57, john doe wrote: >> Hi, >> >> I would like to set the hostname when installing a guest, with the below >> command the hostname is not set to 'try06' in the guest: >> >> virt-install --name=try06 --graphic none --pxe --network brid

Re: Set hostname of guest during installation time

2020-03-27 Thread Michal Prívozník
On 27. 3. 2020 14:57, john doe wrote: > Hi, > > I would like to set the hostname when installing a guest, with the below > command the hostname is not set to 'try06' in the guest: > > virt-install --name=try06 --graphic none --pxe --network bridge=virbr0 This is the name of the guest registered

Re: Escape character

2020-03-27 Thread john doe
On 3/27/2020 2:48 PM, Daniel P. Berrangé wrote: > On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote: >> On a Friday in 2020, john doe wrote: >>> Hi, >>> >>> I'm trying to understand how to use the escape character '^]' with the >>> below command: >>> >>> virt-install --name=try06 --graphic

Re: Escape character

2020-03-27 Thread Ken D'Ambrosio
On 2020-03-27 10:27, Ján Tomko wrote: On a Friday in 2020, Erik Skultety wrote: On Fri, Mar 27, 2020 at 01:48:58PM +, Daniel P. Berrangé wrote: On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote: We could teach the caret notation (at the expense of minimalism): Escape character is

Re: Escape character

2020-03-27 Thread Daniel P . Berrangé
On Fri, Mar 27, 2020 at 03:27:56PM +0100, Ján Tomko wrote: > On a Friday in 2020, Erik Skultety wrote: > > On Fri, Mar 27, 2020 at 01:48:58PM +, Daniel P. Berrangé wrote: > > > On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote: > > > > On a Friday in 2020, john doe wrote: > > > > > Hi,

Re: Escape character

2020-03-27 Thread Ján Tomko
On a Friday in 2020, Erik Skultety wrote: On Fri, Mar 27, 2020 at 01:48:58PM +, Daniel P. Berrangé wrote: On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote: > On a Friday in 2020, john doe wrote: > > Hi, > > > > I'm trying to understand how to use the escape character '^]' with the >

Re: Escape character

2020-03-27 Thread Erik Skultety
On Fri, Mar 27, 2020 at 01:48:58PM +, Daniel P. Berrangé wrote: > On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote: > > On a Friday in 2020, john doe wrote: > > > Hi, > > > > > > I'm trying to understand how to use the escape character '^]' with the > > > below command: > > > > > > vir

Set hostname of guest during installation time

2020-03-27 Thread john doe
Hi, I would like to set the hostname when installing a guest, with the below command the hostname is not set to 'try06' in the guest: virt-install --name=try06 --graphic none --pxe --network bridge=virbr0 How can I set the hostname of the guest during installation time? I realy appriciate the

Re: Escape character

2020-03-27 Thread Daniel P . Berrangé
On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote: > On a Friday in 2020, john doe wrote: > > Hi, > > > > I'm trying to understand how to use the escape character '^]' with the > > below command: > > > > virt-install --name=try06 --graphic none --pxe --network bridge=virbr0 > > --console

Re: Escape character

2020-03-27 Thread john doe
On 3/27/2020 1:45 PM, Ján Tomko wrote: > On a Friday in 2020, john doe wrote: >> Hi, >> >> I'm trying to understand how to use the escape character '^]' with the >> below command: >> >> virt-install --name=try06 --graphic none --pxe --network bridge=virbr0 >> --console pty,target_type=serial >> >>

Re: Create VM w/ cache=none on tmpfs

2020-03-27 Thread Miguel Duarte de Mora Barroso
On Fri, Mar 27, 2020 at 1:12 PM Daniel P. Berrangé wrote: > > On Fri, Mar 27, 2020 at 12:31:07PM +0100, Miguel Duarte de Mora Barroso wrote: > > Hi, > > > > I've seen that in the past, libvirt couldn't start VMs when the disk > > image was stored on a file system that doesn't support direct I/O >

Re: Escape character

2020-03-27 Thread Ján Tomko
On a Friday in 2020, john doe wrote: Hi, I'm trying to understand how to use the escape character '^]' with the below command: virt-install --name=try06 --graphic none --pxe --network bridge=virbr0 --console pty,target_type=serial "Starting install... Connected to domain try06 Escape character

Re: Create VM w/ cache=none on tmpfs

2020-03-27 Thread Daniel P . Berrangé
On Fri, Mar 27, 2020 at 12:31:07PM +0100, Miguel Duarte de Mora Barroso wrote: > Hi, > > I've seen that in the past, libvirt couldn't start VMs when the disk > image was stored on a file system that doesn't support direct I/O > having the 'cache=none' configuration [0]. > > On the KubeVirt projec

Escape character

2020-03-27 Thread john doe
Hi, I'm trying to understand how to use the escape character '^]' with the below command: virt-install --name=try06 --graphic none --pxe --network bridge=virbr0 --console pty,target_type=serial "Starting install... Connected to domain try06 Escape character is ^]" When I try to do '^]', it does

Create VM w/ cache=none on tmpfs

2020-03-27 Thread Miguel Duarte de Mora Barroso
Hi, I've seen that in the past, libvirt couldn't start VMs when the disk image was stored on a file system that doesn't support direct I/O having the 'cache=none' configuration [0]. On the KubeVirt project, we have some storage tests on a particular provider which does just that - try to create /