Displaying 20 results from an estimated 330 matches for "pvs".
Did you mean:
pos
2015 Jan 23
0
Wine release 1.7.35
...n of GL vertex attribute functions where possible.
wined3d: Use the core version of the shader object functions.
Michael M?ller (1):
shlwapi: Correctly treat '.' when enumerating files in PathIsDirectoryEmptyW.
Michael Stefaniuc (40):
strmbase: Remove an unused variable (PVS-Studio).
winmm: Remove an unused variable (PVS-Studio).
wintab32: Remove an always TRUE conditional expression (PVS-Studio).
wrc: Remove some more always-true conditions.
comctl32: Remove an unused variable assigment (PVS-Studio).
comdlg32: Remove unused variable assig...
2014 Oct 31
0
Wine release 1.7.30
...#39;COMPUTERNAME' environment variable not present)(Mentor Pads Free Viewer, Flightgear 3, MaxQuant)
36323 valgrind shows a possible leak in riched20/tests/txtsrv.c
36551 Bittorrent Sync needs bcrypt.dll.BCryptGetProperty
37054 Everquest needs d3dx9_30.dll.D3DXCpuOptimizations
37118 PVS-Studio Error: Typos
37119 PVS-Studio Error: Cascade of conditional operators
37121 PVS-Studio Error: String length changing
37122 PVS-Studio Error: One counter for two loops
37123 PVS-Studio Error: Double type conversion
37124 PVS-Studio Error: Difference of unsigned numbers
37126...
2015 Mar 06
0
Wine release 1.7.38
...hael M?ller (3):
wininet: Allow Accept-Encoding for HTTP/1.0 requests.
winedevice: Call DriverUnload function when unloading a driver.
gdi32: Fix arguments for OSMesaMakeCurrent when using 16 bit formats.
Michael Stefaniuc (36):
oledlg: RT_DIALOG is already an int resource (PVS-Studio).
setupapi: RT_MANIFEST is already an int resource (PVS-Studio).
mshtml/tests: Remove an always true conditional subexpression (PVS-Studio).
oleaut32/tests: Remove an always true conditional subexpression (PVS-Studio).
rsaenh: Remove an always false conditional subexp...
2011 Aug 31
1
[PATCH node] fix install when VG exists on disk
....py b/scripts/storage.py
index 5f7f0e3..047bcd1 100644
--- a/scripts/storage.py
+++ b/scripts/storage.py
@@ -90,13 +90,19 @@ class Storage:
vg = subprocess.Popen(vg_cmd, shell=True, stdout=PIPE, stderr=STDOUT)
vg_output = vg.stdout.read()
for vg in vg_output:
- pvs = system("pvscan -o pv_name,vg_uuid --noheadings | grep \"%s\" | egrep -v -q \"%s%s[0-9]+|%s \"") % (vg, dev, part_delim, dev)
- if pvs > 0:
+ pvs_cmd = "pvs -o pv_name,vg_uuid --noheadings | grep \"%s\" | egrep -v -q \"%s%s...
2016 Nov 01
3
PVS-Studio analysis of LLVM code
Hi, Jonas!
On Tue, Nov 1, 2016 at 3:26 AM, Jonas Wagner <jonas.wagner at epfl.ch> wrote:
> Hi Eugene,
>
> I think this is really cool! You've convinced me to try out PVS on some of
> my own projects :)
>
> Of all the warnings presented in the article, there was one for which I
> thought it's a false positive. By default, LLVM is compiled without RTTI and
> exceptions. Because of this, I reasoned that operator new would not throw an
> exception...
2015 Oct 16
0
Wine release 1.7.53
...ile.
ws2_32: Check for invalid parameters in TransmitFile.
Fran?ois Gouget (1):
ntdll: Work around a conflict between Wine and Solaris list.h.
Fr?d?ric Delanoy (6):
po: Update French translation.
wbemprox: Silence some noisy FIXMEs.
cmd: Simplify boolean expressions (PVS-Studio).
cmd/tests: Simplify boolean expressions (PVS-Studio).
winmm/tests: Simplify conditional expression (PVS-Studio).
d3dx9_36: Simplify conditional expression (PVS-Studio).
Hans Leidekker (15):
wininet: Set Content-Length header to zero if the verb is CONNECT.
ms...
2018 Dec 05
6
LVM failure after CentOS 7.6 upgrade -- possible corruption
...f /var/log/messages is here:
https://paste.fedoraproject.org/paste/n-E6X76FWIKzIvzPOw97uw
The output of lsblk (minus some VM logical volumes) is here:
https://paste.fedoraproject.org/paste/OizFvMeGn81vF52VEvUbyg
As best I can tell, the LVM tools were treating software RAID component
devices as PVs, and detecting a conflict between those and the assembled
RAID volume. When running "pvs" on the broken system, no RAID volumes
were listed, only component devices. At the moment, I don't know if the
LVs that were activated by the initrd were backed by component devices
or the R...
2016 Oct 31
2
PVS-Studio analysis of LLVM code
Hi!
Company behind PVS-Studio analyzed relatively recent version of LLVM
and some results are reported in http://www.viva64.com/en/b/0446/.
Eugene.
2011 Apr 02
3
Best way to extend pv partition for LVM
...y will fail. I'm not sure about the status with
this for the tools that come with CentOS (fdisk, parted, other?)
No. 2 seems to be the easy way. Any objections?
One I thought of:
What does happen when I use No. 2 and I add new lvs? Can it happen that
new lvs get "spanned" over both pvs or can I assure that a pv gets created
using only one of the pvs? (I would prefer the latter, it doesn't matter
if I use a few MB because of the ineffectiveness of allocation.)
Thanks for recommendations.
Kai
2014 Nov 14
0
Wine release 1.7.31
...B-hotfix installer, part of Nero 10 installer crashes on unimplemented function msi.dll.MsiRemovePatchesW
36713 Watch_Dogs requires ws2_32.inet_pton
36752 mp3DirectCut 2.20 crashes when stopping mp3 playback
37074 Ironclads series: missing text in the menus without native d3dx9_36
37120 PVS-Studio Error: Equivalent branches of if operator
37354 Battle.net launcher does not start in Windows 7 mode: "Cannot load Qt platform plugin Windows" (FindFirstFileExW needs info level 'FindExInfoBasic' support)
37374 Behringer X-32 Edit crashes on startup
37381 Matlab 20...
2015 Oct 30
0
Wine release 1.7.54
...t before relying on prelink.
Michael Stefaniuc (7):
ddraw/tests: Test the return of DrawPrimitive().
gdiplus/tests: Test the return of GdipImageSelectActiveFrame().
d3d9/tests: Test the return value of CreateDepthStencilSurface().
kernel32/tests: Simplify an ok() condition (PVS-Studio).
rsaenh/tests: Mark an old behavior as broken (PVS-Studio).
ddraw/tests: Use the proper type for a return value (PVS-Studio).
oleaut32: Remove an always true if-subcondition (PVS-Studio).
Nikolay Sivov (44):
include: Add a couple of documented Toolbar messages defin...
2016 Jul 26
0
[PATCH 4/5] daemon: lvm: list PVs/VGs/LVs with --foreign
...ing them to see them.
See also lvmsystemid(7).
---
daemon/lvm.c | 10 ++++++----
generator/daemon.ml | 1 +
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/daemon/lvm.c b/daemon/lvm.c
index 831c56e..0123ae5 100644
--- a/daemon/lvm.c
+++ b/daemon/lvm.c
@@ -194,7 +194,7 @@ do_pvs (void)
int r;
r = command (&out, &err,
- str_lvm, "pvs", "-o", "pv_name", "--noheadings", NULL);
+ str_lvm, "pvs", "--foreign", "-o", "pv_name", "--noheadings", NULL...
2015 Feb 28
1
Looking for a life-save LVM Guru
Dear James,
Thank you for being quick to help.
Yes, I could see all of them:
# vgs
# lvs
# pvs
Regards,
Khem
On Sat, February 28, 2015 7:37 am, James A. Peltier wrote:
>
>
> ----- Original Message -----
> | Dear All,
> |
> | I am in desperate need for LVM data rescue for my server.
> | I have an VG call vg_hosting consisting of 4 PVs each contained in a
> | separat...
2015 Feb 28
9
Looking for a life-save LVM Guru
Dear All,
I am in desperate need for LVM data rescue for my server.
I have an VG call vg_hosting consisting of 4 PVs each contained in a
separate hard drive (/dev/sda1, /dev/sdb1, /dev/sdc1, and /dev/sdd1).
And this LV: lv_home was created to use all the space of the 4 PVs.
Right now, the third hard drive is damaged; and therefore the third PV
(/dev/sdc1) cannot be accessed anymore. I would like to recover whate...
2015 Mar 20
0
Wine release 1.7.39
...relative paths.
shell32: Also register knownfolder attributes.
shell32: Install knownfolders to registry during DLL registration.
Andr? Hentschel (5):
server: Add header guarding for security.h.
msvcp90: Cleanup macro usage.
dinput/tests: Avoid assigning values twice (PVS-Studio).
shlwapi: Avoid assigning values twice (PVS-Studio).
gameux: Return function result on error (PVS-Studio).
Aric Stewart (1):
dsound: Do not wait on mixer thread exit on dsound release.
Austin English (6):
dxdiagn: Add bNoHardware stub property.
include: Add A...
2014 Aug 22
0
Wine release 1.7.25
...er (1):
dwrite: Fixed paste error (Coverity).
Nikolay Sivov (16):
dwrite: Implement support for inline object and font weight attributes of a range.
dwrite: Support for attributes for a range.
comctl32/pager: Reduce pointer scope so it doesn't point to inner scope vars (PVS-Studio).
secur32/tests: Remove duplicated expression (PVS-Studio).
odbccp32/tests: Remove test of always true conditions (PVS-Studio).
mshtml: Free buffer for empty strings too (PVS-Studio).
urlmon: Remove duplicated check (PVS-Studio).
oleaut32: Remove duplicated expr...
2014 Nov 28
0
Wine release 1.7.32
...ribute is a special case for setAttribute and removeAttribute.
mshtml: Added more attribute and IDispatchEx tests.
Jactry Zeng (1):
explorer: Remove unnecessary backslash when parsing /select and /root.
Michael Stefaniuc (15):
mscms/tests: Simplify the check for an empty string (PVS-Studio).
advpack: Simplify the check for an empty string (PVS-Studio).
mciseq: Simplify the check for an empty string.
comdlg32: Simplify check for an empty string (PVS-Studio).
winemapi: Simplify check for an empty string (PVS-Studio).
regedit: Simplify check for an e...
2010 May 21
4
[PATCH 0/4] Allow shrinking of ext2, PVs and NTFS
...stem interactive shell for
editing virtual machine filesystems.
Type: 'help' for a list of commands
'man' to read the manual
'quit' to quit the shell
><fs> pvcreate /dev/vda1
><fs> pvresize-size /dev/vda1 512M
><fs> pvs-full
[0] = {
[...]
pv_size: 536870912
dev_size: 1073741312
[...]
}
Example using ntfsresize-size:
$ guestfish -N fs:ntfs:1G
Welcome to guestfish, the libguestfs filesystem interactive shell for
editing virtual machine filesystems.
Type: 'help' for a list of comm...
2010 Jan 20
0
pvcreate fails with "Write locks are prohibited with --ignorelockingfailure. Can't get lock for orphan PVs"
[This email is either empty or too large to be displayed at this time]
2016 Jul 26
1
Re: [PATCH 4/5] daemon: lvm: list PVs/VGs/LVs with --foreign
On Tue, Jul 26, 2016 at 05:41:28PM +0200, Pino Toscano wrote:
> The appliance has no LVM system ID set, which means that lvm commands
> will ignore VGs with a system ID set to anything. Since we want to work
> with them, pass --foreign at least when listing them to see them.
>
> See also lvmsystemid(7).
This is sort of a hack, if I'm understanding correctly. Can we not