search for: smartconnect

Displaying 5 results from an estimated 5 matches for "smartconnect".

2015 Nov 19
1
Intel SSD
I assume you are using one of the boards described here? http://www.intel.com/support/services/smartconnect/sb/CS-033108.htm On 11/19/2015 10:43 AM, Birta Levente wrote: > It is in AHCI, never was changed > > On 19:26, Thu, Nov 19, 2015 Gordon Messmer <gordon.messmer at gmail.com> wrote: > >> On 11/19/2015 12:54 AM, Birta Levente wrote: >>> I tried today morning on RHEL...
2019 Aug 22
0
[PATCH disk-sync 4/5] Require libnbd >= 0.9.8 and fail hard if it's an earlier version.
...ynchronously. --- wrapper/disk_sync.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wrapper/disk_sync.py b/wrapper/disk_sync.py index e830193..e655ead 100644 --- a/wrapper/disk_sync.py +++ b/wrapper/disk_sync.py @@ -4,6 +4,8 @@ from pyVmomi import vim from pyVim.connect import SmartConnect, Disconnect from pyVim.task import WaitForTask +from packaging import version + import nbd from six.moves.urllib.parse import urlparse, unquote @@ -15,6 +17,8 @@ import ssl import sys import json +NBD_MIN_VERSION = version.parse("0.9.8") + LOG_FORMAT_TIME = '[%(asctime)s]...
2018 Jan 22
2
Samba 4.7.4 + bind9 DLZ /backend/ dropping delegated domain
Here's the problem. I've got working samba AD server. I've configured it to work with bind9 DLZ backend and I'm managing the DNS entries from the windows DNS manager. I've made delegated DNS record for our EMC cluster storage, according to a guide. The record points to the SmartConnect service IP of the EMC. Since last week I've noticed that my DNS queries to the storage aren't being resolved which is a problem because that way the storage isn't accessible. Every other local records are resolving and there's no problem with them. Rebooting the whole server seems t...
2015 Nov 19
3
Intel SSD
On 11/19/2015 12:54 AM, Birta Levente wrote: > I tried today morning on RHEL too ... > The ISDCT tool does not work on supported OS neither I think everyone focused on your problem with the vendor, who didn't support your OS, and ignored the fact that the tool worked when the drives were connected to a secondary controller. The OS never caused a problem for the tool, only for the
2019 Aug 22
7
[PATCH disk-sync 0/5] Misc cleanups and convert inner loop to asynch.
This is based on top of: https://github.com/nertpinx/v2v-conversion-host/commit/0bb2efdcacd975a2cae7380080991ac7fc238d2b The first 4 patches are fairly uncontroversial miscellaneous cleanups. Patch 5 is the interesting one. (Note it doesn't quite work yet, so it's for discussion only.) Patch 5 converts the inner loop to use asynchronous libnbd calls. performance improves quite a bit for