<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>myvirtualcloud.net</title><link>https://myvirtualcloud.net/</link><description>Recent content on myvirtualcloud.net</description><generator>Hugo</generator><language>en-us</language><copyright>Andre Leibovici</copyright><lastBuildDate>Sat, 19 Sep 2026 16:00:00 +1200</lastBuildDate><atom:link href="https://myvirtualcloud.net/index.xml" rel="self" type="application/rss+xml"/><item><title>Tools</title><link>https://myvirtualcloud.net/tools/</link><pubDate>Sat, 19 Sep 2026 16:00:00 +1200</pubDate><guid>https://myvirtualcloud.net/tools/</guid><description>&lt;p&gt;Things I built because I needed them. Each one has its project on &lt;a href="https://github.com/aleibovici"&gt;GitHub&lt;/a&gt;.&lt;/p&gt;&#10;&#10;&lt;ul class="tool-list"&gt;&#10; &lt;li&gt;&#10; &lt;h2&gt;Ollama GPU Calculator&lt;/h2&gt;&#10; &lt;p&gt;Check whether a GPU can run an Ollama model, and see estimated VRAM, tokens per second, and power. Pick a model size and a card; the readout updates as you go.&lt;/p&gt;</description></item><item><title>Bio</title><link>https://myvirtualcloud.net/bio/</link><pubDate>Fri, 18 Sep 2026 08:00:00 +1200</pubDate><guid>https://myvirtualcloud.net/bio/</guid><description>&lt;p class="bio-lead"&gt;&#10; &lt;img class="bio-photo" src="https://myvirtualcloud.net/images/andre-leibovici.webp" alt="Andre Leibovici" width="200" height="200"&gt;&#10;&lt;/p&gt;&#10;&lt;p&gt;I’m Andre Leibovici. I started this site in 2009 as a place to write down what I was actually running — virtual desktops, storage, hyperconverged systems, later Kubernetes and GPUs — before the slides caught up.&lt;/p&gt;&#10;&lt;p&gt;The work has moved around. São Paulo, Sydney, Silicon Valley, Auckland. Startups I founded, companies I joined, a few that got acquired. The through-line is the same: how infrastructure really behaves once people depend on it.&lt;/p&gt;</description></item><item><title>Why systemctl daemon-reload drops GPUs from running Kubernetes pods</title><link>https://myvirtualcloud.net/why-systemctl-daemon-reload-drops-gpus-from-running-kubernetes-pods/</link><pubDate>Thu, 17 Sep 2026 09:00:00 +1200</pubDate><guid>https://myvirtualcloud.net/why-systemctl-daemon-reload-drops-gpus-from-running-kubernetes-pods/</guid><description>&lt;p&gt;A &lt;code&gt;systemctl daemon-reload&lt;/code&gt; on a Kubernetes GPU node can detach the GPU from containers that are already running. The pod stays Running, nothing restarts, and no component reports a fault. The workload simply loses the ability to open the device. Almost every package that ships a systemd unit runs a reload on install, so agent rollouts, &lt;code&gt;apt-daily-upgrade&lt;/code&gt; and snapd refreshes all trigger it.&lt;/p&gt;</description></item><item><title>Resolving the Harbor uid 10000 vs FreeIPA admin collision on Kubernetes</title><link>https://myvirtualcloud.net/resolving-the-harbor-uid-10000-vs-freeipa-admin-collision-on-kubernetes/</link><pubDate>Tue, 15 Sep 2026 09:00:00 +1200</pubDate><guid>https://myvirtualcloud.net/resolving-the-harbor-uid-10000-vs-freeipa-admin-collision-on-kubernetes/</guid><description>&lt;p&gt;&lt;code&gt;getent passwd 10000&lt;/code&gt; on a Kubernetes node that resolves FreeIPA through sssd returns &lt;code&gt;admin&lt;/code&gt;. Harbor&amp;#39;s Helm chart (1.19.2, app v2.15.2) hard-codes &lt;code&gt;runAsUser&lt;/code&gt; and &lt;code&gt;fsGroup&lt;/code&gt; to 10000 for every component except its Valkey cache. FreeIPA installed with &lt;code&gt;--idstart=10000&lt;/code&gt; hands that exact number to the first account it creates, the built-in &lt;code&gt;admin&lt;/code&gt;, and gid 10000 to the &lt;code&gt;admins&lt;/code&gt; group. Two sensible defaults, and a registry that would write every image layer to shared NFS storage as the directory administrator.&lt;/p&gt;</description></item><item><title>Handing one node's GPUs to HAMi without touching the live models</title><link>https://myvirtualcloud.net/handing-one-nodes-gpus-to-hami-without-touching-the-live-models/</link><pubDate>Thu, 10 Sep 2026 09:00:00 +1200</pubDate><guid>https://myvirtualcloud.net/handing-one-nodes-gpus-to-hami-without-touching-the-live-models/</guid><description>&lt;p&gt;The box has four Blackwell RTX PRO 6000s in it. Two are Server Edition at 600 W, two are Max-Q Workstation Edition at 300 W. Kubernetes advertised four identical &lt;code&gt;nvidia.com/gpu&lt;/code&gt; and handed out whichever card it felt like.&lt;/p&gt;&#10;&lt;p&gt;For a single notebook that is fine. For tensor parallelism across two cards it is not. A mixed pair paces every collective at the slower card, so a TP=2 deployment that lands on one SE and one Max-Q quietly runs at Max-Q speed forever. That was the blocker on a research AI platform we run for a New Zealand university: three GPU nodes, two of them carrying eight H200s each and serving a live model to researchers, one RTX node for development and benchmarking.&lt;/p&gt;</description></item><item><title>The Answer Was Already in Teams. We Just Couldn't Find It.</title><link>https://myvirtualcloud.net/the-answer-was-already-in-teams-we-just-couldnt-find-it/</link><pubDate>Mon, 07 Sep 2026 09:00:00 +0000</pubDate><guid>https://myvirtualcloud.net/the-answer-was-already-in-teams-we-just-couldnt-find-it/</guid><description>&lt;p&gt;Somewhere in your company&amp;#39;s chat history is the exact fix for the problem you are debugging right now. Someone wrote it down two years ago, in a thread, at 11pm. Good luck finding it.&lt;/p&gt;&#10;&lt;p&gt;That was the problem I set out to solve at ASI Solutions. Our knowledge was not missing. It was scattered. Decisions lived in Microsoft Teams. Delivery history lived in Linear. Deal context lived in HubSpot. Documents lived in SharePoint. Meeting notes lived in Granola. Proposals lived in PandaDoc. Invoices lived in Xero. Code and pull requests lived in GitHub.&lt;/p&gt;</description></item><item><title>How our document classifier votes before it ever asks a language model</title><link>https://myvirtualcloud.net/how-our-document-classifier-votes-before-it-ever-asks-a-language-model/</link><pubDate>Thu, 11 Jun 2026 09:00:00 +1200</pubDate><guid>https://myvirtualcloud.net/how-our-document-classifier-votes-before-it-ever-asks-a-language-model/</guid><description>&lt;p&gt;A district council we work with has about 4 TB of files in SharePoint and more on internal SMB shares, and they need to know what is in them: which documents are contracts, which hold personal information, and which should have been disposed of years ago under the Public Records Act 2005. Every one of those files has to be read, classified into one of roughly 30 document types, and scored for sensitivity.&lt;/p&gt;</description></item><item><title>How I Built ASI's Marketing Engine Around AI Agents</title><link>https://myvirtualcloud.net/how-i-built-asis-marketing-engine-around-ai-agents/</link><pubDate>Mon, 11 May 2026 09:00:00 +0000</pubDate><guid>https://myvirtualcloud.net/how-i-built-asis-marketing-engine-around-ai-agents/</guid><description>&lt;p&gt;This is a long one, and I mean that as a recommendation rather than a warning. Most of what gets written about AI in marketing right now skips the part that actually matters — the specifics: what broke, what surprised you, what you'd do differently. This piece doesn't skip it. If you're building something similar, or wondering whether any of this is real, I think you'll find it useful.&lt;/p&gt;</description></item><item><title>From XGBoost to LightGBM: How Our ML Model Adapted to Two Market Regimes</title><link>https://myvirtualcloud.net/from-xgboost-to-lightgbm-how-our-ml-model-adapted-to-two-market-regimes/</link><pubDate>Sun, 19 Apr 2026 09:00:00 +0000</pubDate><guid>https://myvirtualcloud.net/from-xgboost-to-lightgbm-how-our-ml-model-adapted-to-two-market-regimes/</guid><description>&lt;p&gt;When we first wrote about SignalScope's ML backtesting pipeline in March, the model of record was XGBoost. Six weeks and hundreds of experiments later, it isn't. The current production model is a single LightGBM regressor with forty trees and depth two, trained on three-day forward returns, pulling almost all of its out-of-sample skill from a single feature. Mean information coefficient — the rank correlation between how the model ranks tickers and how they actually perform, where 0 is random and higher is better — has climbed from 0.006 on our first Ridge baseline to 0.161 today, a roughly 27x improvement. But the path between those two numbers wasn't monotonic. Twice in the last six weeks, a regime shift in the underlying data quietly invalidated our best model and forced us to start over. This is the story of how we rebuilt the pipeline three times — and what those rebuilds taught us about model stewardship in markets that keep changing underneath you.&lt;/p&gt;</description></item><item><title>Announcing the Ollama GPU Calculator</title><link>https://myvirtualcloud.net/announcing-the-ollama-gpu-calculator/</link><pubDate>Mon, 28 Oct 2024 05:37:02 +0000</pubDate><guid>https://myvirtualcloud.net/announcing-the-ollama-gpu-calculator/</guid><description>&lt;p&gt;If you have spent any time running local models with Ollama, you already know the awkward part: picking a model is easy; knowing whether your GPU can actually host it is not. Parameter count, quantization, context length, and VRAM interact in ways that are hard to eyeball — especially once you start mixing cards or looking at Apple Silicon unified memory.&lt;/p&gt;</description></item><item><title>Roundtable: How to Bring Enterprise-Grade Security Capabilities to SMBs</title><link>https://myvirtualcloud.net/roundtable-how-to-bring-enterprise-grade-security-capabilities-to-smbs/</link><pubDate>Thu, 02 Dec 2021 12:28:58 +0000</pubDate><guid>https://myvirtualcloud.net/roundtable-how-to-bring-enterprise-grade-security-capabilities-to-smbs/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;Every day hundreds of organizations are breached in an attempt to steal corporate secrets and personally identifiable data. The most prolific attacks end up on the mainstream media. Still, countless data breaches go unnoticed by the media or even by the organizations themselves. I had the opportunity to be part of a roundtable on How to Bring Enterprise-Grade Security Capabilities to SMBs. SMBs also can have enterprise-grade security, Zero Trust, automation, and more without breaking the bank.&lt;/p&gt;</description></item><item><title>The end of zero-day VPN attacks with zero trust</title><link>https://myvirtualcloud.net/the-end-of-zero-day-vpn-attacks-with-zero-trust/</link><pubDate>Mon, 01 Feb 2021 15:31:19 +0000</pubDate><guid>https://myvirtualcloud.net/the-end-of-zero-day-vpn-attacks-with-zero-trust/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;Most organizations are still using VPN to provide access to internal applications and networks. Unfortunately, VPNs open the organization's doors to the entire kingdom (internal network). Even when ACLs, Rules, and VLANs segmentation is implemented, the chances of a bad actor executing a lateral movement attack are high, especially if there is a VPN config mistake.&lt;/p&gt;</description></item><item><title>How I automated my CI/CD pipeline with Google Cloud Run, Cloud Build and GitHub.</title><link>https://myvirtualcloud.net/how-i-automated-my-ci-cd-pipeline-with-google-cloud-run-cloud-build-and-github/</link><pubDate>Tue, 19 Jan 2021 21:52:48 +0000</pubDate><guid>https://myvirtualcloud.net/how-i-automated-my-ci-cd-pipeline-with-google-cloud-run-cloud-build-and-github/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;In case you are not aware, I develop and host a free widely used tool for sizing VDI deployments and also a few other tools. I have been developing for many years. Still, recently after migrating to Google Cloud, GoLang, and Docker containers, I have achieved what I consider to be a very automated and streamlined CI/CD pipeline that is extremely simple for anyone to implement for their projects.&lt;/p&gt;</description></item><item><title>Feature Spotlight: Citrix Secure Workspace Access – Part 3</title><link>https://myvirtualcloud.net/feature-spotlight-citrix-secure-workspace-access-part-3/</link><pubDate>Mon, 23 Nov 2020 23:06:47 +0000</pubDate><guid>https://myvirtualcloud.net/feature-spotlight-citrix-secure-workspace-access-part-3/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;In&amp;nbsp;&lt;a href="https://www.citrix.com/blogs/2020/11/03/feature-spotlight-citrix-secure-workspace-access-part-1/" target="_blank" rel="noreferrer noopener"&gt;Part 1 of our series on Citrix Secure Workspace Access&lt;/a&gt;, we looked at why organizations need to embrace modern, consumer-modeled, user-friendly, and cloud-based working models, allowing choice and flexibility for BYO and modern SaaS applications. But at the same time, they need to ensure a safe and secure experience for external and hosted applications and data.&lt;/p&gt;</description></item><item><title>Feature Spotlight: Citrix Secure Workspace Access – Part 2</title><link>https://myvirtualcloud.net/feature-spotlight-citrix-secure-workspace-access-part-2/</link><pubDate>Thu, 12 Nov 2020 18:32:02 +0000</pubDate><guid>https://myvirtualcloud.net/feature-spotlight-citrix-secure-workspace-access-part-2/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;In&amp;nbsp;&lt;a href="https://www.citrix.com/blogs/2020/11/03/feature-spotlight-citrix-secure-workspace-access-part-1/" target="_blank" rel="noreferrer noopener"&gt;Part 1 of our series on Citrix Secure Workspace Access&lt;/a&gt;, we looked at why organizations need to embrace modern, consumer-modeled, user-friendly, and cloud-based working models, allowing choice and flexibility for BYO and modern SaaS applications. But at the same time, they need to ensure a safe and secure experience for external and hosted applications and data.&lt;/p&gt;</description></item><item><title>Cha-ching! My First Citrix blog post is now Live.</title><link>https://myvirtualcloud.net/cha-ching-my-first-citrix-blog-post-is-now-live/</link><pubDate>Tue, 03 Nov 2020 12:10:27 +0000</pubDate><guid>https://myvirtualcloud.net/cha-ching-my-first-citrix-blog-post-is-now-live/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;It has been one month since joining Citrix, and I am now getting into the rhythm. &lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;When joining, I knew I would be responsible for Product Marketing for the Secure Workspace Access. Since then, I have also inherited the Identity portion of Citrix Workspace.&lt;/p&gt;</description></item><item><title>The Right Time for a New Challenge</title><link>https://myvirtualcloud.net/the-right-time-for-a-new-challenge/</link><pubDate>Thu, 01 Oct 2020 11:06:19 +0000</pubDate><guid>https://myvirtualcloud.net/the-right-time-for-a-new-challenge/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;End-User Computing has evolved since my time at the VMware EUC CTO Office, and it is now fast expanding into secure public-cloud and mobile-first solution stacks. Long gone are the days when VDI alone could cater for all remote and BYOD needs.&lt;/p&gt;</description></item><item><title>New VDI Calculator (HTML) debuts today!</title><link>https://myvirtualcloud.net/new-vdi-calculator-html-debuts-today/</link><pubDate>Wed, 16 Sep 2020 05:30:36 +0000</pubDate><guid>https://myvirtualcloud.net/new-vdi-calculator-html-debuts-today/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;Over the years, the VDI Calculator has been used thousands of times by architects and infrastructure teams to size VDI deployments. Just in 2020 alone, the tool has been used over 3,000 times, with the USA and Russia leading the charts.&lt;/p&gt;</description></item><item><title>VDI Calculator</title><link>https://myvirtualcloud.net/new-vdi-calculator/</link><pubDate>Wed, 16 Sep 2020 04:58:47 +0000</pubDate><guid>https://myvirtualcloud.net/new-vdi-calculator/</guid><description>&lt;p&gt;&lt;!-- wp:image {"align":"center","id":24114,"sizeSlug":"large"} --&gt;&lt;/p&gt;&#10;&lt;div class="wp-block-image"&gt;&#10;&lt;figure class="aligncenter size-large"&gt;&lt;img loading="lazy" src="https://myvirtualcloud.net/wp-content/uploads/2020/09/vdi_calculator_html-1024x584.webp" alt="" class="wp-image-24114"/&gt;&lt;/figure&gt;&#10;&lt;/div&gt;&#10;&lt;p&gt;&lt;!-- /wp:image --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;Welcome to the (new) VDI calculator. &lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;I am now retiring all old versions (Java and Docker) in favor of this new HTML version that can be used in desktops, tablets, and mobiles alike.&lt;/p&gt;</description></item><item><title>macOS “Must Have” Apps (Business &amp; Geek) - 2020 Edition</title><link>https://myvirtualcloud.net/mac-os-x-must-have-apps-business-geek-2020-edition/</link><pubDate>Mon, 10 Aug 2020 11:44:18 +0000</pubDate><guid>https://myvirtualcloud.net/mac-os-x-must-have-apps-business-geek-2020-edition/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;In 2017 I released the list of my top apps for Mac users working in tech (not strictly). This is an updated version with a couple of additions and removals.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph {"textColor":"vivid-red"} --&gt;&lt;/p&gt;</description></item><item><title>How VMware intends to Leverage Datrium DRaaS</title><link>https://myvirtualcloud.net/how-vmware-intends-to-leverage-datrium-draas/</link><pubDate>Sun, 12 Jul 2020 14:05:14 +0000</pubDate><guid>https://myvirtualcloud.net/how-vmware-intends-to-leverage-datrium-draas/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;VMware Announces Intent to Acquire Datrium to Provide Disaster Recovery-as-a-Service for Hybrid Cloud Environments &lt;a href="https://lnkd.in/gREXsSD"&gt;https://lnkd.in/gREXsSD&lt;/a&gt;.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;This video covers how VMware intends to leverage Datrium Disaster-Recovery-as-a-Service with VMware Cloud.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:image {"id":10914,"sizeSlug":"large"} --&gt;&lt;/p&gt;</description></item><item><title>1 minute and 18 sec ... to DR a 13 Terabyte Microsoft SQL Server to VMware Cloud with Datrium</title><link>https://myvirtualcloud.net/1-minute-and-18-sec-to-dr-a-13-terabyte-microsoft-sql-server-to-vmware-cloud-with-datrium/</link><pubDate>Thu, 18 Jun 2020 13:41:43 +0000</pubDate><guid>https://myvirtualcloud.net/1-minute-and-18-sec-to-dr-a-13-terabyte-microsoft-sql-server-to-vmware-cloud-with-datrium/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;Yesterday I published &lt;a rel="noreferrer noopener" href="https://myvirtualcloud.net/microsoft-sql-server-performance-consistency-at-peak-and-the-art-of-possible-with-datrium/" target="_blank"&gt;Microsoft SQL Server Performance, Consistency at Peak, and The Art of Possible&lt;/a&gt; demonstrating Microsoft SQL Server with HammerDB TPC-C workload running on Datrium.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;I thought that if I can run MSSQL so fast and consistently what would happen if my datacenter was suddenly gone and I used Datrium DR-as-a-Service with VMware Cloud. How long would it take for my 13 TB VM to come up online and be ready for my applications? (see my previous articles for additional information on VM and HammerDB)&lt;/p&gt;</description></item><item><title>Microsoft SQL Server Performance, Consistency at Peak, and The Art of Possible with Datrium</title><link>https://myvirtualcloud.net/microsoft-sql-server-performance-consistency-at-peak-and-the-art-of-possible-with-datrium/</link><pubDate>Wed, 17 Jun 2020 14:17:11 +0000</pubDate><guid>https://myvirtualcloud.net/microsoft-sql-server-performance-consistency-at-peak-and-the-art-of-possible-with-datrium/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;HammerDB is a free database load testing and benchmarking tool for databases. For this HammerDB test, I have chosen the TPC-C schema to build a roughly 500 GB database (to start with) of 200 warehouses and used 100 concurrent users to drive the database transactions with no think-time enabled.&lt;/p&gt;</description></item><item><title>Ransomware Gone in 1 minute with VMware Cloud</title><link>https://myvirtualcloud.net/ransomware-gone-in-1-minute-with-vmware-cloud/</link><pubDate>Sun, 10 May 2020 21:33:02 +0000</pubDate><guid>https://myvirtualcloud.net/ransomware-gone-in-1-minute-with-vmware-cloud/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;I hope you are all having a great day and a happy Mother’s day! Here is how I used the VMware Cloud on AWS to recover from a Ransomware infection in .... 1 minute ....! Some things must be seen to be believed!&lt;/p&gt;</description></item><item><title>Disaster! I moved my Citrix Farm to VMware Cloud in 8 minutes</title><link>https://myvirtualcloud.net/disaster-i-moved-my-citrix-farm-to-vmware-cloud-in-8-minutes/</link><pubDate>Mon, 06 Apr 2020 16:13:36 +0000</pubDate><guid>https://myvirtualcloud.net/disaster-i-moved-my-citrix-farm-to-vmware-cloud-in-8-minutes/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;I hope you are all having a great day at home. I recently posted on Twitter that I have executed DR from on-prem to the VMware Cloud on AWS of my entire Citrix Farm, including Active Directory, Delivery Controllers, VPN, and persistent desktops. As it got much attention, I decided to record a video; it's only about 4 minutes. Some things must be seen to be believed!&lt;/p&gt;</description></item><item><title>VDI is Now deemed Critical Infrastructure, but are Organizations Ready for it?</title><link>https://myvirtualcloud.net/vdi-is-now-deemed-critical-infrastructure-but-are-organizations-ready-for-it/</link><pubDate>Sun, 29 Mar 2020 19:15:38 +0000</pubDate><guid>https://myvirtualcloud.net/vdi-is-now-deemed-critical-infrastructure-but-are-organizations-ready-for-it/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;For a long time, EUC specialists and architects have been saying that VDI should be considered an integral part of the critical infrastructure and therefore given the same attention that core applications and databases receive in terms of availability and recoverability.&lt;/p&gt;</description></item><item><title>5 Reasons Datrium helps CIOs during an Economic Downturn</title><link>https://myvirtualcloud.net/5-reasons-datrium-help-cios-during-an-economic-downturn/</link><pubDate>Tue, 17 Mar 2020 13:21:15 +0000</pubDate><guid>https://myvirtualcloud.net/5-reasons-datrium-help-cios-during-an-economic-downturn/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;CIOs are advised to have plans in place in advance of a time of economic uncertainty or a possible downturn. However, IT organizations do not always have stable budgets to operate in a business-as-usual-mode, and in many cases, headcount reduction or deferral of IT projects is a reality.&lt;/p&gt;</description></item><item><title>Self-Inflicted Ransomware &amp; Recovery in Minutes</title><link>https://myvirtualcloud.net/self-inflicted-ransomware-recovery-in-minutes/</link><pubDate>Sun, 08 Mar 2020 19:43:07 +0000</pubDate><guid>https://myvirtualcloud.net/self-inflicted-ransomware-recovery-in-minutes/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;The key to a successful recovery from ransomware is the combination of restoring a clean operating system from before the initial infection and then also recovering data from as recent as five minutes before payload activation. &lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;</description></item><item><title>I failed back my VMs from the VMware Cloud</title><link>https://myvirtualcloud.net/i-failed-back-my-vms-from-the-vmware-cloud/</link><pubDate>Fri, 28 Feb 2020 00:37:11 +0000</pubDate><guid>https://myvirtualcloud.net/i-failed-back-my-vms-from-the-vmware-cloud/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;Disaster Recovery is one of the most complex exercises IT will endeavor. From infra and data replication to applications and orchestration, it is hard! In this 2nd video, I show how to easily failback VMs from VMware Cloud on AWS. &lt;/p&gt;</description></item><item><title>Datrium Proactive Protection for Natural Hazards is now on Docker</title><link>https://myvirtualcloud.net/datrium-proactive-protection-for-natural-hazards-is-now-on-docker/</link><pubDate>Mon, 10 Feb 2020 17:20:30 +0000</pubDate><guid>https://myvirtualcloud.net/datrium-proactive-protection-for-natural-hazards-is-now-on-docker/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;I recently released a set of Python components that make Datrium take pro-active virtual machine snapshots and replicate them upon detection of high winds, high temperature, or earthquakes in a defined region.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;</description></item><item><title>I saved my datacenter in 4 minutes</title><link>https://myvirtualcloud.net/i-saved-my-datacenter-in-4-minutes/</link><pubDate>Sun, 09 Feb 2020 18:52:52 +0000</pubDate><guid>https://myvirtualcloud.net/i-saved-my-datacenter-in-4-minutes/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;DR is one of the most complex exercises IT will endeavour. In this video you will see how I executed DR for a couple of VMware VMs to the VMware Cloud in 4 minutes.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;</description></item><item><title>Here is why I copied the StorageReview Performance Benchmark for MySQL on Datrium... but there was a Gotcha!</title><link>https://myvirtualcloud.net/why-i-copied-the-storagereview-performance-benchmark-for-mysql-on-datrium-but-there-was-a-gotcha/</link><pubDate>Mon, 20 Jan 2020 09:47:38 +0000</pubDate><guid>https://myvirtualcloud.net/why-i-copied-the-storagereview-performance-benchmark-for-mysql-on-datrium-but-there-was-a-gotcha/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;If you want to benchmark a storage subsystem, it's best to use pre-existing benchmarks to be able to compare results. Instead of reinventing the wheel, I just copied the configuration and tests performed by our good friends at StorageReview. (&lt;a rel="noreferrer noopener" href="https://www.storagereview.com/node/3598" target="_blank"&gt;https://www.storagereview.com/node/3598&lt;/a&gt;)&lt;/p&gt;</description></item><item><title>I solved Natural Hazard DR with Python and Datrium</title><link>https://myvirtualcloud.net/i-solved-natural-hazard-dr-with-python-and-datrium/</link><pubDate>Wed, 01 Jan 2020 18:31:30 +0000</pubDate><guid>https://myvirtualcloud.net/i-solved-natural-hazard-dr-with-python-and-datrium/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;I solved Natural Hazard DR with Python and Datrium.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;One of the critical issues with disaster recovery, in general, is that you only want to trigger DR when the disaster strikes.&lt;/p&gt;</description></item><item><title>Backups - Feasibility vs. Requirements</title><link>https://myvirtualcloud.net/backups-feasibility-vs-requirements/</link><pubDate>Tue, 17 Dec 2019 20:56:51 +0000</pubDate><guid>https://myvirtualcloud.net/backups-feasibility-vs-requirements/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;A recent conversation regarding application protection triggered me to think about feasibility vs. business requirements. This topic applies to pretty much any enterprise technology domain, but in this case, I want to focus on backup and snapshot technologies. I'll use Datrium as an example given its high degree of flexibility.&lt;/p&gt;</description></item><item><title>We executed a Disaster Recovery Plan for our VDI!</title><link>https://myvirtualcloud.net/we-executed-an-on-demand-disaster-recovery-plan-to-vmware-cloud-on-aws-for-our-vdi/</link><pubDate>Mon, 16 Dec 2019 12:40:04 +0000</pubDate><guid>https://myvirtualcloud.net/we-executed-an-on-demand-disaster-recovery-plan-to-vmware-cloud-on-aws-for-our-vdi/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;I have been working with EUC solutions for a long time and for as long as I can remember, VDI solutions like Horizon and XenDesktop lacked a practical way to deliver DR.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;</description></item><item><title>DRaaS Connect gives LOVE to SAN/NAS and HCI with VMware Cloud Integration (...and Instant RTO)</title><link>https://myvirtualcloud.net/draas-connect-gives-love-to-san-nas-and-hci-with-vmware-cloud-integration-and-instant-rto-what-techies-want-to-know/</link><pubDate>Wed, 13 Nov 2019 10:37:16 +0000</pubDate><guid>https://myvirtualcloud.net/draas-connect-gives-love-to-san-nas-and-hci-with-vmware-cloud-integration-and-instant-rto-what-techies-want-to-know/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;Datrium announces integration with VMware Cloud for Disaster Recovery for customers using SAN, NAS, and HCI.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;It's been fun writing about Datrium tech over the past few years as it unfolded as a cloud-first data management stack without leaving behind its on-prem components. Datrium is genuinely the multi-cloud solution that &lt;em&gt;CIOs and Operators always dreamed of - &lt;/em&gt;&lt;strong&gt;&lt;em&gt;a high-performance platform with integrated data management, backup, and Disaster Recovery policies that follow Apps wherever they go&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Bye Bye Java Web Start... Hello Docker Container and Direct Download says the VDI Calculator</title><link>https://myvirtualcloud.net/bye-bye-java-web-start-hello-docker-container-and-direct-download-says-the-vdi-calculator/</link><pubDate>Sun, 03 Nov 2019 20:02:23 +0000</pubDate><guid>https://myvirtualcloud.net/bye-bye-java-web-start-hello-docker-container-and-direct-download-says-the-vdi-calculator/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;Since I started tracking the VDI Calculator usage, back in 2013, there have been over 66,000 application launches, and since I released the current VDI Calculator back in 2013 I have been using Java Web Start to facilitate the launch of the application. Java Web Start allows you to download and run Java applications from the web with an easy, one-click activation of applications and it guarantees that you are always running the latest version of the application.&lt;/p&gt;</description></item><item><title>VMware Horizon now has DR to VMware Cloud on AWS</title><link>https://myvirtualcloud.net/vmware-horizon-now-has-dr-to-vmware-cloud-on-aws/</link><pubDate>Mon, 28 Oct 2019 12:06:48 +0000</pubDate><guid>https://myvirtualcloud.net/vmware-horizon-now-has-dr-to-vmware-cloud-on-aws/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;For as long as I can remember, VMware Horizon lacked a practical way to achieve DR, be it on-premise or in the cloud. To achieve DR, administrators had to abstract components of the solution, virtualize applications, manually replicate golden images and make heavy use of non-persistent desktops. Still, even like that, it was very complex to have an effective DR solution that cater for business requirements.&lt;/p&gt;</description></item><item><title>Innovators' Challenge - Normalizing the Clouds</title><link>https://myvirtualcloud.net/innovators-challenge-normalizing-the-clouds/</link><pubDate>Tue, 15 Oct 2019 16:35:45 +0000</pubDate><guid>https://myvirtualcloud.net/innovators-challenge-normalizing-the-clouds/</guid><description>&lt;p&gt;&lt;!-- wp:heading {"level":3} --&gt;&lt;/p&gt;&#10;&lt;h3&gt;The Old Lock-in Problem&lt;/h3&gt;&#10;&lt;p&gt;&lt;!-- /wp:heading --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;Before VMware, there used to be three or four large block storage companies: IBM, EMC, HP, etc., and each produced their proprietary storage systems.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;</description></item><item><title>VDI Calculator now as a Docker Container</title><link>https://myvirtualcloud.net/vdi-calculator-now-as-a-docker-container/</link><pubDate>Thu, 10 Oct 2019 12:48:48 +0000</pubDate><guid>https://myvirtualcloud.net/vdi-calculator-now-as-a-docker-container/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;Over the years I've heard users of my VDI Calculator complain that they either have issues with Java functionality or they do not want to install Java on their computers due to security concerns.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;</description></item><item><title>Datrium DR-as-a-Service Networking with VMware Cloud (VMC)</title><link>https://myvirtualcloud.net/datrium-dr-as-a-service-networking-with-vmware-cloud-vmc/</link><pubDate>Mon, 09 Sep 2019 10:42:32 +0000</pubDate><guid>https://myvirtualcloud.net/datrium-dr-as-a-service-networking-with-vmware-cloud-vmc/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;During VMworld Datrium launched a unique DRaaS solution completely integrated into VMware Cloud on AWS. At a high-level DRaaS if a complete DR solution offered as a subscription that leverages the VMware Cloud and native Datrium cloud-based backups to deliver a fully-orchestrated low cost, low RPO and lower RTO disaster recovery for VMware customers.&lt;/p&gt;</description></item><item><title>World’s 1st Just-in-Time Cloud DR (VMware Cloud)... Everything Techies Need to Know....</title><link>https://myvirtualcloud.net/worlds-1st-just-in-time-cloud-dr-vmware-cloud-everything-techies-need-to-know/</link><pubDate>Wed, 21 Aug 2019 09:26:23 +0000</pubDate><guid>https://myvirtualcloud.net/worlds-1st-just-in-time-cloud-dr-vmware-cloud-everything-techies-need-to-know/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;No, the title of this post isn't a clickbait.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;Organizations spend hundreds of thousands of dollars per year to keep Disaster Recovery (DR) datacenters operational while they wait for disaster to strike so they can realize that huge upfront and ongoing investment, but at the same time crossing fingers and hoping that the tragedy never happens. In many ways, DR datacenters are like insurance with huge upfront premiums.&lt;/p&gt;</description></item><item><title>VMware Cloud + Datrium = Awesome Recovery!!</title><link>https://myvirtualcloud.net/vmware-cloud-datrium-awesome-recovery/</link><pubDate>Wed, 21 Aug 2019 09:17:09 +0000</pubDate><guid>https://myvirtualcloud.net/vmware-cloud-datrium-awesome-recovery/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;VMware is the de-facto standard for the enterprise datacenter, and AWS has the broadest set of cloud services with global scale and reach. If you not aware, both companies have jointly engineered a cloud solution that delivers the best of VMware and AWS for customers. The VMware Cloud on AWS has a massive global presence.&lt;/p&gt;</description></item><item><title>What I have learned from 100 Oracle Benchmarks on Datrium</title><link>https://myvirtualcloud.net/what-i-have-learned-from-100s-of-oracle-benchmarks-on-datrium/</link><pubDate>Sun, 07 Jul 2019 14:30:57 +0000</pubDate><guid>https://myvirtualcloud.net/what-i-have-learned-from-100s-of-oracle-benchmarks-on-datrium/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;I have recently completed a series of benchmarks with Oracle on Datrium, and as it comes with no surprise Oracle is a perfect fit for Datrium's host flash acceleration and integrated data protection. I have documented tests, findings and recommendations in a document published &lt;a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://www.datrium.com/wp-content/uploads/2019/06/Oracle-Single-Instance-Database-Benchmark-and-Tuning-Practices-WP.pdf" target="_blank"&gt;&lt;strong&gt;here&lt;/strong&gt;&lt;/a&gt;, but below you will find a few highlights and lessons learned.&lt;/p&gt;</description></item><item><title>ControlShift Series - Seamless Orchestrated VM Failback from DR Site</title><link>https://myvirtualcloud.net/controlshift-series-seamless-orchestrated-vm-failback-from-dr-site/</link><pubDate>Fri, 14 Jun 2019 15:47:08 +0000</pubDate><guid>https://myvirtualcloud.net/controlshift-series-seamless-orchestrated-vm-failback-from-dr-site/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;This is my 3rd post on this Datrium native DR series, and this time around, I demo the unique DR Failback of VMware VMs between sites and vCenters. Many solutions provide orchestrated failover, but Failback is the tough part and where most fail. See for yourself how Datrium handles it beautifully!&lt;/p&gt;</description></item><item><title>From Zero to Instant Orchestrated DR in 6 seconds. Live!</title><link>https://myvirtualcloud.net/from-zero-to-instant-orchestrated-dr-in-6-seconds-live/</link><pubDate>Thu, 13 Jun 2019 12:01:41 +0000</pubDate><guid>https://myvirtualcloud.net/from-zero-to-instant-orchestrated-dr-in-6-seconds-live/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;Hello! This is my 2nd post on Datrium native DR capabilities. This time around I discuss the initial DR plan, configuration, the failover, and the failback of VMware VMs between sites and vCenters.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;</description></item><item><title>How Datrium ControlShift and CloudDVX are Deployed and Operated on AWS - Part 1</title><link>https://myvirtualcloud.net/how-datrium-controlshift-and-clouddvx-are-deployed-and-operated-on-aws-part-1/</link><pubDate>Sun, 09 Jun 2019 23:24:15 +0000</pubDate><guid>https://myvirtualcloud.net/how-datrium-controlshift-and-clouddvx-are-deployed-and-operated-on-aws-part-1/</guid><description>&lt;p&gt;&lt;!-- wp:image {"id":10471,"align":"right","linkDestination":"media"} --&gt;&lt;/p&gt;&#10;&lt;div class="wp-block-image"&gt;&#10;&lt;figure class="alignright"&gt;&lt;a href="https://myvirtualcloud.net/wp-content/uploads/2019/05/Screen-Shot-2019-05-15-at-7.39.57-AM.webp" target="_blank" rel="noreferrer noopener"&gt;&lt;img loading="lazy" src="https://myvirtualcloud.net/wp-content/uploads/2019/06/Datrium_FamPortrait_May2019-300x161.webp" alt="" class="wp-image-10471"/&gt;&lt;/a&gt;&lt;/figure&gt;&#10;&lt;/div&gt;&#10;&lt;p&gt;&lt;!-- /wp:image --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;As you may know the Automatrix platform include &lt;strong&gt;Primary Storage&lt;/strong&gt; + &lt;strong&gt;Backup&lt;/strong&gt; + &lt;strong&gt;Disaster Recovery&lt;/strong&gt; + &lt;strong&gt;Encryption&lt;/strong&gt; + &lt;strong&gt;Data Mobility&lt;/strong&gt; in a single end-to-end solution.&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- /wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;</description></item><item><title>Datrium Elevate NetApp Snap &amp; Replicate to New Levels with Reverse Snaps</title><link>https://myvirtualcloud.net/datrium-elevate-netapp-snap-replicate-to-new-levels-with-reverse-snaps/</link><pubDate>Mon, 20 May 2019 14:56:37 +0000</pubDate><guid>https://myvirtualcloud.net/datrium-elevate-netapp-snap-replicate-to-new-levels-with-reverse-snaps/</guid><description>&lt;p&gt;&lt;!-- wp:image {"align":"right","id":9442,"linkDestination":"media"} --&gt;&lt;/p&gt;&#10;&lt;div class="wp-block-image"&gt;&#10;&lt;figure class="alignright"&gt;&lt;a href="https://myvirtualcloud.net/wp-content/uploads/2017/11/datrium_replication_highlevel.webp"&gt;&lt;img loading="lazy" src="https://myvirtualcloud.net/wp-content/uploads/2017/11/datrium_replication_highlevel-283x300.webp" alt="" class="wp-image-9442"/&gt;&lt;/a&gt;&lt;br /&gt;&#10;&lt;figcaption&gt;Multisite Replication Topology&lt;/figcaption&gt;&#10;&lt;/figure&gt;&#10;&lt;/div&gt;&#10;&lt;p&gt;&lt;!-- /wp:image --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;In my article (&lt;a href="https://myvirtualcloud.net/disaster-recovery-seeding-is-a-pain/"&gt;Disaster Recovery Seeding is a Pain!&lt;/a&gt;) I write about Datrium universal fingerprinting coupled with over-the-wire deduplication to drastically reduce the amount of data transferred between sites when replicating. Data is always globally fingerprinted, deduplicated, compressed and erasure coded, and data blocks are uniquely identified and logically aggregated. The system holds a full understanding of existing and missing blocks of all sites. However, depending on the data change rate, link and site availability there could be replication issues. Let's explore.&lt;/p&gt;</description></item><item><title>Datrium 5.0 Features Overview and Big Welcome to Automatrix (Beyond Marketing)</title><link>https://myvirtualcloud.net/datrium-5-0-features-overview-and-big-welcome-to-automatrix-beyond-marketing/</link><pubDate>Wed, 15 May 2019 10:18:15 +0000</pubDate><guid>https://myvirtualcloud.net/datrium-5-0-features-overview-and-big-welcome-to-automatrix-beyond-marketing/</guid><description>&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;It’s that time again… Datrium is dropping a new release with awesome features! This is one those long posts… be patient, get a coffee and read through, or simply go to the section that you are interested in.&lt;/p&gt;</description></item><item><title>Datrium is gaining market share, and FUD escalates to new levels. Here I technically dismiss legacy vendor FUD against Datrium.</title><link>https://myvirtualcloud.net/datrium-is-gaining-market-share-and-fud-escalates-to-new-levels-here-i-technically-dismiss-legacy-vendor-fud-against-datrium/</link><pubDate>Thu, 09 May 2019 13:38:46 +0000</pubDate><guid>https://myvirtualcloud.net/datrium-is-gaining-market-share-and-fud-escalates-to-new-levels-here-i-technically-dismiss-legacy-vendor-fud-against-datrium/</guid><description>&lt;p&gt;&lt;!-- wp:image {"id":10367,"align":"right"} --&gt;&lt;/p&gt;&#10;&lt;div class="wp-block-image"&gt;&#10;&lt;figure class="alignright"&gt;&lt;img loading="lazy" src="https://myvirtualcloud.net/wp-content/uploads/2019/05/Screen-Shot-2019-05-10-at-8.25.03-AM-300x201.webp" alt="" class="wp-image-10367"/&gt;&lt;/figure&gt;&#10;&lt;/div&gt;&#10;&lt;p&gt;&lt;!-- /wp:image --&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;!-- wp:paragraph --&gt;&lt;/p&gt;&#10;&lt;p&gt;No matter what, when up and coming technology vendors start to disrupt legacy players, the amount of FUD (fear, uncertainty, and doubt) broadcasted by such vendors increase. Datrium being the major disruptor to the legacy storage and HCI business make competitors starting to spread ‘misguided’ information about our technology.&lt;/p&gt;</description></item></channel></rss>