Yes,
See https://bugzilla.proxmox.com/show_bug.cgi?id=1614
Kind regards,
Caspar
2018-04-17 15:56 GMT+02:00 Alexandre DERUMIER :
> Hi Wolfgang,
>
> I think we could do it to delete an HD too.
>
> (ceph can take time for big volumes for example)
>
>
> - Mail original -
> De: "Wolfgang Li
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
Hopefully this is the right place to send this to, because I tried a post
on the forum and the issue seems to have been missed.
In the "override_for_missing_acs_capabilities.patch" file at line 184
(v2.13.3), the last patch chunk end marker has an incorrect line number.
This issue appears to have
On 04/18/2018 10:57 AM, Daniel Boothby wrote:
Hopefully this is the right place to send this to, because I tried a post
on the forum and the issue seems to have been missed.
In the "override_for_missing_acs_capabilities.patch" file at line 184
(v2.13.3), the last patch chunk end marker has an in
This issue is still there but now on line 188:
@@ -4529,6 +4630,7 @@ static const struct pci_dev_acs_enabled {
should instead be:
@@ -4529,6 +4529,7 @@ static const struct pci_dev_acs_enabled {
On 18 April 2018 at 10:08, Dominik Csapak wrote:
> On 04/18/2018 10:57 AM, Daniel Boothby wrote:
>
On 04/18/2018 11:12 AM, Daniel Boothby wrote:
This issue is still there but now on line 188:
@@ -4529,6 +4630,7 @@ static const struct pci_dev_acs_enabled {
should instead be:
@@ -4529,6 +4529,7 @@ static const struct pci_dev_acs_enabled {
i think you misunderstand this patch syntax
it say
Apologies, I have indeed misunderstood it as I didn't realise it took into
account the previous chunk alterations.
Is there any way to know which version of the ACS patch is used in the
current 5.1-3 ISO download of Proxmox? My system needs one of the newest
ACS patch versions to override the IOMM
On Wed, Apr 18, 2018 at 10:50:10AM +0100, Daniel Boothby wrote:
> Apologies, I have indeed misunderstood it as I didn't realise it took into
> account the previous chunk alterations.
>
> Is there any way to know which version of the ACS patch is used in the
> current 5.1-3 ISO download of Proxmox?
Apr 18 12:14:42 kvm1 systemd[1]: pve-ha-lrm.service: Unit entered failed state.
Apr 18 12:14:42 kvm1 systemd[1]: pve-ha-lrm.service: Failed with result
'exit-code'.
-- Subject: Unit pve-ha-lrm.service has begun start-up
-- Unit pve-ha-lrm.service has begun starting up.
Apr 18 12:17:02 kvm1 pve-ha-
On Wed, Apr 18, 2018 at 12:18:58PM +0200, Alexandre DERUMIER wrote:
> Apr 18 12:14:42 kvm1 systemd[1]: pve-ha-lrm.service: Unit entered failed
> state.
> Apr 18 12:14:42 kvm1 systemd[1]: pve-ha-lrm.service: Failed with result
> 'exit-code'.
> -- Subject: Unit pve-ha-lrm.service has begun start-up
oh yes indeed, my custom netapp plugin was using password.
Thanks, it's fixed !
- Mail original -
De: "Fabian Grünbichler"
À: "pve-devel"
Envoyé: Mercredi 18 Avril 2018 12:27:05
Objet: Re: [pve-devel] no-subscription dist-upgrade : pve-ha-lrm.service crash
with compilation aborded
On
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..4cac44b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+tar-1.29b/
+*.deb
+*.buildinfo
+*.changes
\ No newli
Signed-off-by: René Jochum
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 70ad0a1..37f23cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
*.deb
+*.buildinfo
+*.changes
*.1.gz
*.1.pod
*.5.gz
--
2.17.0
__
Signed-off-by: René Jochum
---
.gitignore | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index ca37680..bcae525 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
-spiceterm
+build/
+*.deb
+*.buildinfo
+*.changes
--
2.17.0
_
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..11d9ed7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+qemu.tmp/
+*.deb
+*.buildinfo
+*.changes
\ No newlin
Signed-off-by: René Jochum
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index d2ed212..d1f2109 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+build/
*.deb
+*.buildinfo
+*.changes
*.1.pod
*.1.gz
--
2.17.0
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..d6fa5ab
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/
+*.deb
+*.buildinfo
+*.changes
--
2.17.0
___
I'm using an IDE with integrated GIT support, without these patches
it shows me 10k changes (where I only have about 10 changes).
This also allows you to do `git add -A` without a `make clean` before.
list of patches:
- [PATCH vncterm] Add .gitignore
- [PATCH vncterm] Improve the .gitignore
- [PA
Signed-off-by: René Jochum
---
.gitignore | 5 +
1 file changed, 5 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..dc18148
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+package/
+src.tmp/
+*.deb
+*.buildinfo
+*.changes
\
Signed-off-by: René Jochum
---
.gitignore | 10 +-
bin/.gitignore | 5 +
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 87b460a8..a6ab4ea7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,10 @@
country.dat
-pve-manager_*_all.deb
+
Signed-off-by: René Jochum
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 9ce9b07..01e2f3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
ubuntu-zesty
+*.prepared
+build/
+config-*.org
--
2.17.0
__
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..cf75b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/
+*.deb
+*.buildinfo
+*.changes
\ No newline a
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..cf75b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/
+*.deb
+*.buildinfo
+*.changes
\ No newline a
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..cf75b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/
+*.deb
+*.buildinfo
+*.changes
\ No newline a
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..b0dd55f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+fwdata/
+*.deb
+*.buildinfo
+*.changes
\ No newline
Signed-off-by: René Jochum
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index bdc26bb..bcae525 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
-build
+build/
*.deb
+*.buildinfo
*.changes
--
2.17.0
_
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..cf75b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/
+*.deb
+*.buildinfo
+*.changes
\ No newline a
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..e684002
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+spice-0.12.8/
+*.deb
+*.buildinfo
+*.changes
\ No ne
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..f54a758
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+novnc.tmp/
+*.deb
+*.buildinfo
+*.changes
\ No newli
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..cf75b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/
+*.deb
+*.buildinfo
+*.changes
\ No newline a
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..cf75b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/
+*.deb
+*.buildinfo
+*.changes
\ No newline a
Signed-off-by: René Jochum
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 187a40f..d6fa5ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
-build
+build/
*.deb
+*.buildinfo
*.changes
--
2.17.0
___
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..6f87480
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+dest/
+*.deb
+*.buildinfo
+*.changes
\ No newline at
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..cf75b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/
+*.deb
+*.buildinfo
+*.changes
\ No newline a
Signed-off-by: René Jochum
---
.gitignore | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index e1fc9d6..2bfa595 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,8 @@
-build
+build/
*.deb
+*.buildinfo
+*.changes
+*.adoc.tmp
+*.adoc
*.1.pod
*.
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..cf75b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/
+*.deb
+*.buildinfo
+*.changes
\ No newline a
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..cf75b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/
+*.deb
+*.buildinfo
+*.changes
\ No newline a
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..6cdbaee
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+lxcfs/
+*.deb
+*.buildinfo
+*.changes
\ No newline a
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..cf75b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/
+*.deb
+*.buildinfo
+*.changes
\ No newline a
Signed-off-by: René Jochum
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index ccde2e8..738bbe8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.deb
+*.buildinfo
*.changes
ksm-control-scripts.org
ksm-control-scripts
--
2.17.0
__
Signed-off-by: René Jochum
---
.gitignore | 19 ++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index b25c15b..2a9356d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,18 @@
-*~
+build-pve-*/
+
+*.html
+*.adoc
+link-refs.json
+.pve-doc-de
Also fixes a minor spelling error in changelog.Debian and extends the
.gitignore to ignore build files.
I've made this so i get a .changes file which i need for my dput usage.
---
.gitignore | 7 +++
Makefile| 36 +++--
Signed-off-by: René Jochum
---
.gitignore | 4
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..fcb755d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+lxc.tmp/
+*.deb
+*.buildinfo
+*.changes
\ No newline
Signed-off-by: René Jochum
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 7ae7a44..d32b1f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
-corosync-1.4.1
+corosync-2.4.2
*.deb
+*.buildinfo
*.changes
--
2.17.0
__
This should be spiceterm.
On 2018-04-18 22:25, René Jochum wrote:
> Signed-off-by: René Jochum
> ---
> .gitignore | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/.gitignore b/.gitignore
> index ca37680..bcae525 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,2
`zfs create` add the creation job in a worker queue,
which should normally execute instantly. But there are circumstances
where the job will take a while to get processed.
If this is the case udev settle will see no dev in the queue and the program
will continue without an allocated dev.
The busy
It should use an asynchronous API call to create an image,
because some storages may need longer to alloc an image.
If a storage needs more than 30 sec
the proxy will timeout and we have an orphan image.
Also, it is possible to increase the timeout for some
storages if an asynchronous call is use
Use the async API call 'update_vm' to create a HD.
This will encourage a worker and we can increase the time-out for ZFS at high
load.
Patch V1 -> V2
[storage]
Rebased 32c0a1d59bfea6a21212cb5386a9d06e27089f10 ->
bce13b7f505ea63bc92a12d3beabe0ebb9a802fe
make timout depending on whether it is in a
A ZFS storage under heavy load can take more time.
---
PVE/Storage/ZFSPoolPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Patch V2]
make timout depending on whether it is in a worker or not.
diff --git a/PVE/Storage/ZFSPoolPlugin.pm b/PVE/Storage/ZFSPoolPlugin.pm
index 9680a94..
49 matches
Mail list logo