Re: [dm-devel] [git pull] device mapper fixes for 4.10-rc7

2017-02-03 Thread Linus Torvalds
On Fri, Feb 3, 2017 at 11:11 AM, Mike Snitzer wrote: > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git > dm-4.10-fixes Hmm. "fatal: Couldn't find remote ref dm-4.10-fixes" Forgot to push? And why

Re: [dm-devel] [PATCH v3] dm: don't allow ioctls to targets that don't map to whole devices

2017-02-03 Thread Bart Van Assche
On Fri, 2017-02-03 at 19:17 +0100, Johannes Thumshirn wrote: > Forgotten git add? git commit --amend without git add is such a classic > mistake on my side as well :-/ Are you familiar with the -a option of git commit? Just run git commit -a --amend Bart. -- dm-devel mailing list

Re: [dm-devel] unable to send mails to christophe.varo...@opensvc.com using git

2017-02-03 Thread Benjamin Marzinski
On Fri, Feb 03, 2017 at 07:18:25PM +, Muneendra Kumar M wrote: > Hi Ben, > Can I send the patch and the cover letter as inline through outlook instead > of sending it through git send-email ? Yeah. You can send it however you want, as long as your mail client doesn't mess with the patch

Re: [dm-devel] unable to send mails to christophe.varo...@opensvc.com using git

2017-02-03 Thread Muneendra Kumar M
Hi Ben, Can I send the patch and the cover letter as inline through outlook instead of sending it through git send-email ? As iam still trying to figure out the issue. Regads, Muneendra. -Original Message- From: Muneendra Kumar M Sent: Friday, February 03, 2017 11:55 PM To: 'Benjamin

[dm-devel] [git pull] device mapper fixes for 4.10-rc7

2017-02-03 Thread Mike Snitzer
Hi Linus, The following changes since commit 566cf877a1fcb6d6dc0126b076aad062054c2637: Linux 4.10-rc6 (2017-01-29 14:25:17 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git dm-4.10-fixes for you to fetch changes up to

Re: [dm-devel] unable to send mails to christophe.varo...@opensvc.com using git

2017-02-03 Thread Muneendra Kumar M
Hi Ben, Is there a way where we can check whether the patch has been sent to christophe.varo...@opensvc.com. Like how we see in dm-devel list. Regards, Muneendra. -Original Message- From: Benjamin Marzinski [mailto:bmarz...@redhat.com] Sent: Friday, February 03, 2017 11:47 PM To:

Re: [dm-devel] [PATCH v3] dm: don't allow ioctls to targets that don't map to whole devices

2017-02-03 Thread Johannes Thumshirn
On 02/03/2017 05:41 PM, Christoph Hellwig wrote: On Fri, Feb 03, 2017 at 11:39:22AM -0500, Mike Snitzer wrote: I assume you meant for v3 to remove the newline? ;) I did. And I swear I did edit the file, but I guess the ammend didn't work. I guess it's time for the weekend.. I'll resend

Re: [dm-devel] unable to send mails to christophe.varo...@opensvc.com using git

2017-02-03 Thread Benjamin Marzinski
On Fri, Feb 03, 2017 at 04:31:12PM +, Muneendra Kumar M wrote: > Hi Ben, > Thanks for the reply. > But how do I make sure that my mail has successfully sent to the group. > Whenever I sent the mail to my gmail account iam able to receive the patch. Your patch is on the list. I'm not sure

[dm-devel] [PATCH 1/1] multipathd: deterministic io throughput in multipath

2017-02-03 Thread M Muneendra Kumar
This patch adds three configuration parameters, "san_path_err_threshold", "san_path_err_recovery_time" and "san_path_err_forget_rate". multipathd will watch paths and check how many times a path has been failed due to errors.If the number of failures on a particular path is greater then the

Re: [dm-devel] [PATCH v3] dm: don't allow ioctls to targets that don't map to whole devices

2017-02-03 Thread Paolo Bonzini
On 03/02/2017 08:37, Christoph Hellwig wrote: > .. at least for unprivileged users. Before we called into the SCSI > ioctl code to allow excemptions for a few SCSI passthrough ioctls, > but this is pretty unsafe and except for this call dm knows nothing > about SCSI ioctls. > > As the SCSI

[dm-devel] [PATCH 1/1] multipathd: deterministic io throughput in multipath

2017-02-03 Thread M Muneendra Kumar
This patch adds three configuration parameters, "san_path_err_threshold", "san_path_err_recovery_time" and "san_path_err_forget_rate". multipathd will watch paths and check how many times a path has been failed due to errors.If the number of failures on a particular path is greater then the

[dm-devel] [PATCH 0/1] multipathd: deterministic io throughput in multipath

2017-02-03 Thread M Muneendra Kumar
This patch adds three configuration parameters, "san_path_err_threshold", "san_path_err_recovery_time" and "san_path_err_forget_rate". multipathd will watch paths and check how many times a path has been failed due to errors.If the number of failures on a particular path is greater then the

Re: [dm-devel] [PATCH v3] dm: don't allow ioctls to targets that don't map to whole devices

2017-02-03 Thread Christoph Hellwig
On Fri, Feb 03, 2017 at 11:39:22AM -0500, Mike Snitzer wrote: > I assume you meant for v3 to remove the newline? ;) I did. And I swear I did edit the file, but I guess the ammend didn't work. I guess it's time for the weekend.. I'll resend after I got some rest. -- dm-devel mailing list

Re: [dm-devel] unable to send mails to christophe.varo...@opensvc.com using git

2017-02-03 Thread Marian Csontos
On 02/03/2017 05:31 PM, Muneendra Kumar M wrote: 550 5.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command) Hi Muneendra, you need to setup From header to send the email from an address with a recognized domain. There

Re: [dm-devel] [PATCH v3] dm: don't allow ioctls to targets that don't map to whole devices

2017-02-03 Thread Mike Snitzer
On Fri, Feb 03 2017 at 11:37am -0500, Christoph Hellwig wrote: > .. at least for unprivileged users. Before we called into the SCSI > ioctl code to allow excemptions for a few SCSI passthrough ioctls, > but this is pretty unsafe and except for this call dm knows nothing > about

[dm-devel] [PATCH v3] dm: don't allow ioctls to targets that don't map to whole devices

2017-02-03 Thread Christoph Hellwig
.. at least for unprivileged users. Before we called into the SCSI ioctl code to allow excemptions for a few SCSI passthrough ioctls, but this is pretty unsafe and except for this call dm knows nothing about SCSI ioctls. As the SCSI ioctl code is now optional, we really don't want to drag it in

Re: [dm-devel] unable to send mails to christophe.varo...@opensvc.com using git

2017-02-03 Thread Muneendra Kumar M
Hi Ben, Thanks for the reply. But how do I make sure that my mail has successfully sent to the group. Whenever I sent the mail to my gmail account iam able to receive the patch. Regards, Muneendra. -Original Message- From: Benjamin Marzinski [mailto:bmarz...@redhat.com] Sent: Friday,

Re: [dm-devel] dm: don't allow ioctls to targets that don't map to whole devices

2017-02-03 Thread Mike Snitzer
On Fri, Feb 03 2017 at 5:06am -0500, Christoph Hellwig wrote: > .. at least for unprivilegued users. Before we called into the SCSI > ioctl code to allow excemptions for a few SCSI passthrough ioctls, > but this is pretty unsafe and except for this call dm knows nothing > about

Re: [dm-devel] deterministic io throughput in multipath

2017-02-03 Thread Muneendra Kumar M
Hi Ben, I did commit my patches to a branch off the head of master But when I used the below command iam getting the below errors. Not sure whether the mail has been sent to dm-devel@redhat.com. # git send-email --to "device-mapper development "

[dm-devel] [PATCH] dm: don't allow ioctls to targets that don't map to whole devices

2017-02-03 Thread Christoph Hellwig
.. at least for unprivilegued users. Before we called into the SCSI ioctl code to allow excemptions for a few SCSI passthrough ioctls, but this is pretty unsafe and except for this call dm knows nothing about SCSI ioctls. As SCSI the SCSI ioctl code is made optionally now we really don't want to

Re: [dm-devel] [PATCH] dm: don't allow ioctls to targets that don't map to whole devices

2017-02-03 Thread Christoph Hellwig
On Fri, Feb 03, 2017 at 11:10:10AM +0100, Johannes Thumshirn wrote: > On 02/03/2017 11:06 AM, Christoph Hellwig wrote: >> .. at least for unprivilegued users. Before we called into the SCSI >> ioctl code to allow excemptions for a few SCSI passthrough ioctls, >> but this is pretty unsafe and

Re: [dm-devel] unable to send mails to christophe.varo...@opensvc.com using git

2017-02-03 Thread Hannes Reinecke
On 02/03/2017 10:58 AM, Muneendra Kumar M wrote: > Hi , > > Iam sending the patch to the community using the below command > > Your mail setup is incorrectly configured. You need to ensure that the local mail delivery agent (eg postfix) is configured to insert the correct hostname/alias for

Re: [dm-devel] [PATCH] dm: don't allow ioctls to targets that don't map to whole devices

2017-02-03 Thread Johannes Thumshirn
On 02/03/2017 11:06 AM, Christoph Hellwig wrote: .. at least for unprivilegued users. Before we called into the SCSI ioctl code to allow excemptions for a few SCSI passthrough ioctls, but this is pretty unsafe and except for this call dm knows nothing about SCSI ioctls. As SCSI the SCSI ioctl

[dm-devel] unable to send mails to christophe.varo...@opensvc.com using git

2017-02-03 Thread Muneendra Kumar M
Hi , Iam sending the patch to the community using the below command # git send-email --to "device-mapper development " --cc "Christophe Varoqui " --no-chain-reply-to --suppress-from But iam getting the below error.Can anyone help me what