Feature Request: Would it be possible to specify a delay between "Number of retries if VM backup fails"? Last night there was an internet outage that affected many of my clients s3 backups. I noticed that the retries I had specified all happened immediately after the internet failure with no delay between them. Because the internet was not restored they all failed too. It would be good to set a delay between retries to allow time for the internet to be restored. Today I manually restarted all the failed backups.
Thanks.
Posts
-
Feature Request
-
RE: Problem with differential restore
I will backup again without deleting the snapshot and then attempt a differential restore.
I will update this thread when done. -
RE: Mirror backup with Continuous Replication
Thank you,
I will consider that as a way forward. -
RE: Introduce yourself!
I started with XCP 1.0 a few years ago then 1.1 and 1.6 'till xenserver 6.2 became open source. Been with xenserver ever since. I run a small (one man band) company providing IT and sysadmin support to fourteen small to medium sized companies. All are virtualized on various versions of xenserver. All are using standalone servers. Some more recent ones use bcache local storage with redundant mdadm array as backing device and ssd as caching device. /dev/bcache0 then becomes local repository so all vms in repo benefit from ssd caching. Citrix pissed me off with the release of xs7.3 so I am really pleased to find this fork. Having started with XCP 1.0 it feels like coming home.
I came into IT nearly 20 years ago having spent the previous 30 years in electronic engineering. I am self taught. I have to say I found electronics easier... -
RE: An updated installer for XCP-ng 7.5.0
@dvdhngs
Run lvscan to see if there are any active logical volumes. If there are runvgchange <group name> -an
to deactivate all logical volumes. Now try to stop the array. -
RE: An updated installer for XCP-ng 7.5.0
@frank-s Hello again. My issue is resolved. I was using used disks which had previously been used with mdadm. Although I applied "mdadm --zero-superblock" to every partition and the device itself before deleting the partition tables and dd zeroed the first 50 Gigs of the drives, the installer didn't like it. Maybe I should also have zeroed the end of the drive??? Anyway I zeroed out the entire drive (both of them) with dd and the installer worked like a charm. I also tested upgrade which also worked flawlessly.
Thank you for the great work you are doing. Over the years I have spent many many hours loading xenserver with bootable raid. This is going to make life so much easier... -
RE: Install Plugins XO from sources
@Danp Thanks for pointing me in the right direction. I was following an older howto where --global was not specified. That was my first problem - now fixed!
Second problem was that I had installed into the root directory of Centos7 so the paths for creating the links were different. Once I had found the correct paths and created the links all was good.
Thanks again.
Frank.