> Do you have other stuff pending, else I can do a version bump and
> roll out now?
can you wait a little bit, I'm currently working to implement forum
user request for qinq with vnet without tag.
(Should be ready for tommorow)
Le jeudi 29 avril 2021 à 13:32 +0200, Thomas Lamprecht a écrit :
> O
Hi Moula,
local device migration is not related to this remote migration serie,
but maybe some improvement could be done.
I'm think about usb device, where we could have the same device on
multiple hosts. (like a security dongle for example).
I think for usb we should be able to detach/migrate/r
Hi,
I try to build proxmox rust package to test the remote migration,
I'm a noob with rust, so I have begin too look at proxmox-backup doc
https://git.proxmox.com/?p=proxmox-backup.git;a=blob_plain;f=README.rst;hb=HEAD
``rustup`` Toolchain
We normally want to build with the
Thanks Dietmar, it's building fine now !
Le mercredi 05 mai 2021 à 08:43 +0200, Dietmar Maurer a écrit :
> > currently, I have tried to build "proxmox" rust
> >
> > https://git.proxmox.com/?p=proxmox.git;a=shortlog
> > with a simple
> > "make deb" + installed needed build depend.
> >
> > but I h
Le mercredi 05 mai 2021 à 08:59 +0200, Thomas Lamprecht a écrit :
> rustup is the "rust native" way to setup rust: https://rustup.rs/
>
> Some people here have both, Packaged rust for clean package builds
> and
> some nightly version for testing newer features in development or
> such
> things.
>
Le mercredi 05 mai 2021 à 12:06 +0200, Thomas Lamprecht a écrit :
> FYI, from a quick look this seems OK, but I'll wait at least until we
> have VM and CT support ready before applying this.
ok no problem.
It was a request of a user forum, but it can't use it without VM && CT
support anyway.
I th
thanks for the review wolfgang,
I send a v2 tomorrow, with cleanup, refactoring, tests and support for
snapshot rollback (need to check ipam too for ip conflict).(and maybe
backup/restore if I have time)
Le mercredi 12 mai 2021 à 14:27 +0200, Wolfgang Bumiller a écrit :
> On Mon, May 10, 2021 a
Hi,
I was looking for qemu 6.0 new features,
and it seem that they have implement parallel async chunks backup (and
I think for other block operations, through a new block-copy feature)
https://github.com/qemu/qemu/commit/71eed4cebed487a4f3c9f97aba83c611bbe22f8d
https://github.com/qemu/qemu/comm
Le mercredi 02 juin 2021 à 08:58 +0200, Thomas Lamprecht a écrit :
> Hi,
>
> On 02.06.21 08:39, aderum...@odiso.com wrote:
> > I was looking for qemu 6.0 new features,
> > and it seem that they have implement parallel async chunks backup
> > (and
> > I think for other block operations, through a n
Hi,
I was doing a training week with students,
and I see that the new ceph wizard to create pool don't allow to set
min_size=1 anymore.
It's currently displaying a warning "min_size <= size/2 can lead to
data loss, incomplete PGs or unfound objects",
that's ok , but It's also blocking the va
Hi,
I just finish the last training week session,
here some students feedback/requesst:
- add support for vm offlline vm migration with local usb or pci
devices.
1 student have same special device on multiple hosts, and want to be
able to offline move vm when it need to do maintenance.
It's c
Le vendredi 04 juin 2021 à 15:23 +0200, Dominik Csapak a écrit :
> On 6/4/21 04:47, aderum...@odiso.com wrote:
> > Hi,
> >
>
>
> Hi,
>
> > I was doing a training week with students,
> >
> > and I see that the new ceph wizard to create pool don't allow to
> > set
> > min_size=1 anymore.
> >
>
Le vendredi 04 juin 2021 à 09:52 +0200, Thomas Lamprecht a écrit :
> Hi,
>
> On 04.06.21 05:21, aderum...@odiso.com wrote:
> > Hi,
> > I just finish the last training week session,
> > here some students feedback/requesst:
>
> thanks for your feedback!
> > - add support for vm offlline vm migrati
Hi,
currently phpipam && netbox are already implemented (+internal pve ipam
for small setup) :)
I'm going to send new patch serie soon. (currently working on tests
units)
Le mardi 29 décembre 2020 à 15:22 +0100, Josef Johansson a écrit :
> AFAIK both phpIPAM and NetBox should be supported as IPA
Hi! (Great to see a new French contributor ^_^ )
Personnaly,
I'm coding directly on a remote proxmox dev server with vim through ssh
I'm pulling packages from pvetest repository to try to get the almost
last version without need to build them.
I'm pulling the master branch of the package I want
Hi,
that's great !
I'm not sure it's related, but do you have any plan to add support to
restore/extract files from the vm filesystem directly ?
if we could make some kind of qemu-nbd + mount loop of the backup
volume for example.
This is the main blocking feature for me, instead using my rbd
i
>>What's planned is a fully featured file-restore, including a GUI in
PVE
>>(similar to what's already available for CTs in the PBS interface).
Wonderful !
Thanks about the "proxmox-backup-client map", I'll try it.
Le lundi 11 janvier 2021 à 17:42 +0100, Stefan Reiter a écrit :
> On 1/11/21 4:
Hi,
I'm looking to unify sdn .cfg files with only 1 file,
with something different than section config format.
We have relationship like zones->vnets->subnets,
so I was thinking about something like this:
[zone myzone]
type: vxlan
option1: xxx
option2: xxx
[[vnet myvnet]]
option1:
> Hi,
>
> There is something indeed annoying with that module, as I always end
> up
> adding ssh_deletekeys: false in a provisionned server, but I like
> that
> it does it the first time indeed…
>
> Maybe we could let it be configurable though!
Yes, I don't known too much how to handle it at fir
>>We could add vendor data and put the ssh keys there:
>>>
>>> https://cloudinit.readthedocs.io/en/latest/topics/vendordata.html
>>>
technically, it's possible to add host ssh keys with
ssh_keys:
rsa_private: |
-BEGIN RSA PRIVATE KEY-
MIIBxwIBAAJhAKD0YSHy73nUgysO13X
I have sent another patch,
with a config option
(Like this, user can define behaviour)
Le jeudi 14 janvier 2021 à 16:20 +0100, aderum...@odiso.com a écrit :
> > > We could add vendor data and put the ssh keys there:
> > > >
> > > > https://cloudinit.readthedocs.io/en/latest/topics/vendordata.htm
Hi,
I have notice recently bigger downtime on qemu live migration.
(I'm not sure if it's after qemu update or qemu-server update)
migration: type=insecure
qemu-server 6.3-2
pve-qemu-kvm 5.1.0-7
(I'm not sure about the machine running qemu
I have tried to add a log to display the current status state of the
migration,
and It don't catch any "active" state, but "completed" directly.
Here another sample with a bigger downtime of 14s (real downtime, I
have checked with a ping to be sure)
2021-01-22 16:02:53 starting migration of VM
after some debug, it seem that it's hanging on
$stat = mon_cmd($vmid, "query-migrate");
result of info migrate after the end of a migration:
# info migrate
globals:
store-global-state: on
only-migratable: off
send-configuration: on
send-section-footer: on
decompress-error-check: on
clear-bit
about qemu version,
theses vms was started around 6 november, after an update of the qemu
package the 4 november.
looking at proxmox repo, I think it should be 5.1.0-4 or -5.
pve-qemu-kvm-dbg_5.1.0-4_amd64.deb 29-Oct-2020 17:28
75705544
pve-qemu-kvm-dbg_5.1.0-5_amd64.deb
>
> pve-qemu-kvm (5.1.0-6) pve; urgency=medium
>
> * migration/block-dirty-bitmap: avoid telling QEMU that the bitmap
> migration
> is active longer than required
>
> -- Proxmox Support Team Thu, 05 Nov 2020
> 18:59:40 +0100
>
> sound like that could be the case? ;)
yes, I was not su
Le mercredi 27 janvier 2021 à 17:56 +0100, Mira Limbeck a écrit :
> Thank you for the patch.
>
> It doesn't apply on the latest qemu-server master. Looks like your
> Cloudinit.pm file already contained changes which are not part of the
> patch.
>
> Was it just the previous patch you sent?
>
Hi,
Le lundi 01 février 2021 à 17:12 +0100, aderum...@odiso.com a écrit :
> >
> > [0] https://cloudinit.readthedocs.io/en/latest/topics/cli.html#clea
> > n
>
>
> The main problem currently is indeed that we change instance-id at
> each rebuild of the cloud-init disk.
> But I'm not sure that's it's p
Le samedi 06 février 2021 à 15:12 +0100, Thomas Lamprecht a écrit :
>
> Setting avg10 to 10 seems wrong?
Sorry, I think it's was some debug value when I was testing it.
I have resend both pve-common && pve-container patches.
Thanks for the review !
_
Le samedi 06 février 2021 à 14:56 +0100, Thomas Lamprecht a écrit :
> I get some errors from this test, did not really investigated though.
It was using the current running cluster sdn config instead the test
sdn config.
I have resend a fixed version.
Le samedi 06 février 2021 à 14:57 +0100, Thomas Lamprecht a écrit :
> applied all but this one:
>
> > tests: add subnets tests
>
> as my build fails with it (see reply to that patch)
>
> much much thanks for the work here!
>
Thanks for your time for the review!
could it be possible to apply
Hi,
Le lundi 08 février 2021 à 16:07 +0100, Thomas Lamprecht a écrit :
> On 07.02.21 14:36, Alexandre Derumier wrote:
> > Signed-off-by: Alexandre Derumier
> > ---
> > src/PVE/CGroup.pm | 42 ++
> > 1 file changed, 42 insertions(+)
> >
> >
>
> I now act
aly, I'm currently working to improve opennebula one context
(Thomas have merged my patch for opennebule config drive format this
month), adding missing dhcp config support) and removing non-needed
dependencies.
https://github.com/aderumier/addon-context-linux/commits/proxmox
It's really wo
Hi,
I have some question about cloudinit hotplug pending values.
Currently, when vm is running, we keep cloudinit specific values
(ipconfigX, dns, ssh,...) in pending until we regenerate image
manually.
But some other change, like vm name (use for hostname), or nic mac
address . (use to match
>>normally the CI service reads this only once at startup and then
>>should
>>wait on events?
>>Anything basing on a CD ROM device should be able to handle ejects or
>>inject at any time...
>>@Alexandre, did you test how good the Cloudinit clients handle this?
I'm able to change the cdrom with
Hi,
I wasn't aware about namespace support in ceph rbd, that's great :)
Is they any plan on the roadmap to generalize namespace, but at vm
level ?
I'm still looking for easy cross-cluster vm migration with shared
storage.
I was thinking about something simple like
/etc/pve//qemu-server//
with
Hi,
I just send a small patch, adding a new hotplug option: cloudinit,
to autoregenerate config drive when cloudinit option are updated.
What do you think about it ? (Like this user can choose the behaviour)
Le mardi 23 février 2021 à 10:29 +0100, Thomas Lamprecht a écrit :
> On 23.02.21 10:06
hi, you can build package from source here:
https://git.proxmox.com/?p=pve-libspice-server.git;a=tree
Le mardi 23 mars 2021 à 03:31 +0200, Skyler Mäntysaari a écrit :
> Hi there,
>
> Where can I find all of the requirements for the deb package build? My
> pve system nor pve Buster cannot find pv
> But that collides with snapshots? E.g., if I make one named CLOUDINIT
> I get
> also a [CLOUDINIT] section in the config?
>
oh, you are right indeed. I have added a check for new snasphots, but
user could
have already a snapshot called CLOUDINIT.
> If we go that way you may want to use a uniqu
hi,
> Why do you add the macaddress here? I couldn't find anything in this
> nor
> in the previous patch series explaining why this is done.
This is mostly to show to user that config drive need to be
regenereted.
cloud-init agent use mac address to map ip to correct interface,
so if you chang
Le mercredi 31 mars 2021 à 19:32 +0200, aderum...@odiso.com a écrit :
> hi,
>
> > Why do you add the macaddress here? I couldn't find anything in
> > this
> > nor
> > in the previous patch series explaining why this is done.
>
> This is mostly to show to user that config drive need to be
> regen
Le jeudi 01 avril 2021 à 10:54 +0200, Thomas Lamprecht a écrit :
>
> actually, why isn't the pending section enough for this?
>
> If stuff can be hot plugged then we can do so and if only that
> changed we
> can just remove it from pending, as normally?
Well, for example, if you change the vm na
Maybe, another way,
instead writing [cloudnit:special] section,
we could write this config section inside the drive image directly when
we generate it (to avoid to reparse format generate config)
so we could read the drive to display the diff in the gui
(we already have an cloudinit dump api, do
Good Catch.
Thanks Jack !
Le jeudi 08 avril 2021 à 10:32 +0200, Alexandre Bruyelles a écrit :
> On Linux, when no route is found in a vrf, it somehow fallback
> to the default routing table. In our case, that means a leak
> from the overlay to the underlay.
> Adding a low priority unreachable ca
Hi, I have send new patch series for pve-network (v10), pve-manager (v6).
They need pve-cluster v5 that I have sent last week.
I have also send a new poc for pve-container.
I have retested all the features subnets/dns/ipams with differents plugins,
all seem to working fine.
(I'm going to write to
45 matches
Mail list logo