Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1386801

Re: [Drbd-dev] [PATCH 05/30] drbd: Introduce new disk config option rs-discard-granularity

From Philipp Reisner <philipp.reisner@linbit.com>
Newsgroups linux.kernel
Subject Re: [Drbd-dev] [PATCH 05/30] drbd: Introduce new disk config option rs-discard-granularity
Date 2016-04-25 21:50 +0200
Message-ID <rrUG6-2Ru-17@gated-at.bofh.it> (permalink)
References <rrNEB-5K2-3@gated-at.bofh.it> <rrRRW-GH-37@gated-at.bofh.it> <rrUG6-2Ru-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Am Montag, 25. April 2016, 11:48:30 schrieb Bart Van Assche:
> On 04/25/2016 09:42 AM, Philipp Reisner wrote:
> > Am Montag, 25. April 2016, 08:35:26 schrieb Bart Van Assche:
> >> On 04/25/2016 05:10 AM, Philipp Reisner wrote:
> >>> As long as the value is 0 the feature is disabled. With setting
> >>> it to a positive value, DRBD limits and aligns its resync requests
> >>> to the rs-discard-granularity setting. If the sync source detects
> >>> all zeros in such a block, the resync target discards the range
> >>> on disk.
> >> 
> >> Can you explain why rs-discard-granularity is configurable instead of
> >> e.g. setting it to the least common multiple of the discard
> >> granularities of the underlying block devices at both sides?
> > 
> > we had this idea as well. It seems that real world devices like larger
> > discards better than smaller discards. The other motivation was that
> > a device mapper logical volume might change it on the fly...
> > So we think it is best to delegate the decision on the discard chunk
> > size to user space.
> 
> Hello Phil,
> 
> Are you aware that for aligned discard requests the discard granularity
> does not affect the size of discard requests at all?
> 
> Regarding LVM volumes: if the discard granularity for such volumes can
> change on the fly, shouldn't I/O be quiesced by the LVM kernel driver
> before it changes the discard granularity? I think that increasing
> discard granularity while I/O is in progress should be considered as a bug.
> 
> Bart.

Hi Bart,

I worked on this about 6 month ago, sorry for not having all the details
at the top of my head immediately. I think it came back now:
We need to announce the discard granularity when we create the device/minor.
At might it might be that there is no connection to the peer node. So we
are left with information about the discard granularity of the local
backing device only.
Therefore we decided to delegate it to the user/admin to provide the
discard granularity for the resync process.

best regards,
 phil 

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 00/30] DBRD updates Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 14:30 +0200
  [PATCH 04/30] drbd: Implement handling of thinly provisioned storage on resync target nodes Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 14:30 +0200
    Re: [Drbd-dev] [PATCH 04/30] drbd: Implement handling of thinly provisioned storage on resync target nodes Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 18:50 +0200
  [PATCH 15/30] drbd: finish resync on sync source only by notification from sync target Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 14:30 +0200
  [PATCH 17/30] drbd: don't forget error completion when "unsuspending" IO Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 14:30 +0200
  [PATCH 05/30] drbd: Introduce new disk config option rs-discard-granularity Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 14:30 +0200
    Re: [Drbd-dev] [PATCH 05/30] drbd: Introduce new disk config option rs-discard-granularity Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 18:50 +0200
      Re: [Drbd-dev] [PATCH 05/30] drbd: Introduce new disk config option rs-discard-granularity Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 21:50 +0200
        [PATCH 05/30] drbd: Introduce new disk config option  rs-discard-granularity Lars Ellenberg <lars.ellenberg@linbit.com> - 2016-04-25 22:40 +0200
  [PATCH 28/30] drbd: finally report ms, not jiffies, in log message Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 14:30 +0200
  [PATCH 11/30] drbd: when receiving P_TRIM, zero-out partial unaligned chunks Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 14:30 +0200
    [PATCH 11/30] drbd: when receiving P_TRIM, zero-out partial  unaligned chunks Lars Ellenberg <lars.ellenberg@linbit.com> - 2016-04-25 22:40 +0200
      Re: [PATCH 11/30] drbd: when receiving P_TRIM, zero-out partial  unaligned chunks Lars Ellenberg <lars.ellenberg@linbit.com> - 2016-04-25 23:30 +0200
  [PATCH 24/30] drbd: disallow promotion during resync handshake, avoid deadlock and hard reset Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 14:30 +0200
  [PATCH 29/30] drbd: al_write_transaction: skip re-scanning of bitmap page pointer array Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 14:30 +0200
  [PATCH 10/30] drbd: allow parallel flushes for multi-volume resources Philipp Reisner <philipp.reisner@linbit.com> - 2016-04-25 14:30 +0200

csiph-web