Displaying 6 results from an estimated 6 matches for "66638".
Did you mean:
6638
2011 Oct 13
1
pvresize on a cLVM
Hi,
I'm needing to expand a LUN on my EMC CX4-120 SAN. (Well I already had done it).
On this LUN I had a PV of a cLVM VG. Know I need to run pvresize on it.
Has anybody done this on a cLVM PV ?
I'm trying to rescan the devices, but I can't "see" the new size. And,
googling on it I can only find RHEL5.2 responses.
Thanks in advance,
2020 Oct 07
5
[11.0.0 Release] Release Candidate 6 is here
Hello once again,
A few more issues appeared, so here is yet another release candidate:
llvmorg-11.0.0-rc6 was just tagged.
Source code and docs are available at
https://prereleases.llvm.org/11.0.0/#rc6
and
https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc6
Pre-built binaries will be added as they become ready.
Please file reports for any bugs you find as blockers of
2020 Oct 12
7
LLVM 11.0.0 Release
I am pleased to announce that LLVM 11 is now finally available.
Get it here: https://releases.llvm.org/download.html#11.0.0
This release is the result of the LLVM community's efforts over the
past six months (up to 2e10b7a3 on trunk plus commits up to 176249bd
on the release/11.x branch).
One highlight is that the Flang Fortran frontend is now part of the release.
And as usual, there are
2020 Oct 12
7
LLVM 11.0.0 Release
I am pleased to announce that LLVM 11 is now finally available.
Get it here: https://releases.llvm.org/download.html#11.0.0
This release is the result of the LLVM community's efforts over the
past six months (up to 2e10b7a3 on trunk plus commits up to 176249bd
on the release/11.x branch).
One highlight is that the Flang Fortran frontend is now part of the release.
And as usual, there are
2018 Dec 10
9
[PATCH net 0/4] Fix various issue of vhost
Hi:
This series tries to fix various issues of vhost:
- Patch 1 adds a missing write barrier between used idx updating and
logging.
- Patch 2-3 brings back the protection of device IOTLB through vq
mutex, this fixes possible use after free in device IOTLB entries.
- Patch 4 fixes the diry page logging when device IOTLB is
enabled. We should done through GPA instead of GIOVA, this was done
2018 Dec 10
9
[PATCH net 0/4] Fix various issue of vhost
Hi:
This series tries to fix various issues of vhost:
- Patch 1 adds a missing write barrier between used idx updating and
logging.
- Patch 2-3 brings back the protection of device IOTLB through vq
mutex, this fixes possible use after free in device IOTLB entries.
- Patch 4 fixes the diry page logging when device IOTLB is
enabled. We should done through GPA instead of GIOVA, this was done