Some time ago I read "ZFS - the billion dollar file system" and the more time I spend with it, the more I think that's true

Posts made by jedimarcus
-
RE: Offiste-Backup - Thoughts about SSHFS
-
RE: Offiste-Backup - Thoughts about SSHFS
I'm using zfs & syncoid to pull my XOA backups to another location of a 1Gb/s link:
--------------- Mon 21 Feb 2022 08:00:01 - syncing ------------- Sending incremental tank/mbox5/xoa-vm-backup@syncoid_iron.ion.lu_2022-02-20:08:00:02-GMT01:00 ... syncoid_iron.ion.lu_2022-02-21:08:00:02-GMT01:00 (~ 1392.4 GB): --------------- Mon 21 Feb 2022 10:19:27 - done -------------
183.37MB/s over 1Gbit/s Link sounds great.
-
RE: xoa api SR space usage
Hi,
This is not a direct answer to your question, but here is a script I used (using Sensu to execute/monitor it):
https://paste.iondev.lu/?59090add7694827a#3TH1vYxNjpz2ZWz4fUNSj4L4brJVRJTMRH9szbk1x8EB -
RE: Bug: 55k Snapshot
FYI, I had the issue again.
XOA Current version: 5.78.0Reboot the XOA VM fixed the issue.
MM
-
RE: Bug: 55k Snapshot
Upgrade to latest solved the issue. But funnily enough, after the downgrade it's showing correctly on 5.75.0 too.
#weird #close
-
Bug: 55k Snapshot
I know of Warhammer 40k, but I don't know who did the snapshot in 55k:
In XCP-ng Center, they look ok.
XOA is 5.75.0 #stable
Known issue?
-
RE: netbox plugin extension
@reinvtv It's a little bit of wasted resourced, but just have a few Xen Orchestra's running... just for this task.
IT is the job where you have to find a workaround for problems you can't fix yourself.
-
RE: XO HA - Different CPU's?
@wade_solarch Short answer: try to avoid that.
Back in the old XenServer days, you had to manually change the cpu feature flags so it would work at all.
https://xcp-ng.org/docs/requirements.html#pool-requirements
This confirms that you can't mix Intel & AMD in a poolhttps://xcp-ng.org/docs/requirements.html#pool-requirements
This explains Heterogeneous pools a little -
Delta Backup Changes in 5.66 ?
I updated XOA to 5.66 2 days ago and it messed up with my delta backups.
Instead of 2 hours it took 20 hours yesterday and same thing again today.
I don't see any notes in the changelogs that would explain this.
Anyone else?
-
RE: Netbox Debugging
@pdonias I did an update to Netbox 2.11.12 and it works now, so I don't need to tamper with my XOA.
-
RE: Netbox Debugging
...
"body": { "name": "[TMP] Xen Orchestra Netbox plugin test - klcecdwwuqj", "slug": "xo-test-klcecdwwuqj", "description": "This type has been created by Xen Orchestra's Netbox plugin test. If it hasn't been properly deleted, you may delete it manually." }, "error": { "name": [ "Ensure this field has no more than 50 characters." ] }
-
Netbox Debugging
Whenever I "Test Plugin" my Netbox config I get the following error, even after setting up valid SSL Cert (#letsencrypt)
For some odd reason, the sync did go through though... once at least... I see my VMs in Netbox (no IP adresses though).
Any easy way to debug this on XOA end? I don't see logs on Netbox (at all) to debug there either, that's why I'm asking here.
PS: Netbox sounds like a great tool but it's overwhelming... I hope that filling it up with lots of data from XOA will help as a big first step instead of starting from scratch. Netbox Plugin +1
-
RE: Talk to xo-server with PHP?
You don't happen to have an example handy? Even if it's not PHP.
Either the libraries I'm trying are
or my brain is too much used to REST to get the JSON RPC working.
-
Talk to xo-server with PHP?
Before wasting too much time trying to get this working, can someone just confirm that it should work? Can I connect to xo-server with JsonRPC using PHP? Or are there some websocket reasons why this can't work?
-
RE: Remote Connection Failed.
On the cli of your XCP-ng host, what does the following command output:
showmount -e 192.168.1.1
-
RE: Login detail fro Debian 10 cloud-init
I can confirm.
- Template from Hub
- New SSH key selection in User/Profile screen of XOA
- Create new VM with SSH key selected
- Login over ssh with
ssh debian@<ip>
- Success
-
RE: Reboot XOA
@cg You are aware that XOA is just a VM that you can reboot.
As a matter of fact, I did it this morning (even halted it for maintenance).
Of course it's weird since you are "killing" the interface you are currently using.
-
RE: Restore exported snapshot to VM
@nodesocket What tool did you use to export? cli? XOA? XCP-ng Center?
And what tool do you want to use to import?