All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stan Hoeppner <stan@hardwarefreak.com>
To: Gavin Flower <gavinflower@yahoo.com>
Cc: linux-raid@vger.kernel.org, neilb@suse.de, mb@gem.win.co.nz
Subject: Re: Best way to create RAID-6 for swap partition - existing one failed
Date: Wed, 18 May 2011 16:53:39 -0500	[thread overview]
Message-ID: <4DD43FE3.7000905@hardwarefreak.com> (raw)
In-Reply-To: <986071.90796.qm@web65108.mail.ac2.yahoo.com>

On 5/18/2011 3:13 PM, Gavin Flower wrote:
> --- On Thu, 19/5/11, Stan Hoeppner <stan@hardwarefreak.com> wrote:
> 
>> From: Stan Hoeppner <stan@hardwarefreak.com>
>> Subject: Re: Best way to create RAID-6 for swap partition - existing one failed
>> To: "Gavin Flower" <gavinflower@yahoo.com>
>> Cc: linux-raid@vger.kernel.org, neilb@suse.de, mb@gem.win.co.nz
>> Date: Thursday, 19 May, 2011, 6:59
>> On 5/16/2011 4:41 PM, Gavin Flower
>> wrote:
>>
>>> Motivation, existing RAID-6 swap partition
>> failed.  I am thinking I should recreate it in a new
>> format, as currently it is 'Version : 0.90', rather than
>> simply rebuild it.
>> <snip>
>>
>> Forget using a partition.  Simply use a swap
>> file.  This example creates
>> a 1GB swap file in the / filesystem.  You can locate
>> it on any
>> filesystem you wish.
>>
>> # swappoff -a
>> # dd if=/dev/zero of=/swapfile1 bs=1024 count=1048576
>> # mkswap /swapfile1
>> # swapon /swapfile1
>> # vi /etc/fstab
>> Add:
>> /swapfile1 swap swap defaults 0 0
>>
>> and remove your old entry for the failed swap partition.
>>
>> There is little performance difference between swap files
>> and swap
>> partitions with modern kernels.  The kernel will map
>> the disk location
>> of the swap file and perform direct disk access, bypassing
>> the
>> filesystem and buffer cache.
>>
>> -- 
>> Stan
>>
> 
> Thanks.
> 
> Interesting!
> 
> (Reminds me of when I first got into Linux.  Then you could have any size swap file up to 128 MB, and have up to 8 swap files, for a maximum of 1 GB. I then had about 64 MB of RAM - now I have 8 GB of RAM. Also, swap partitions were recommended.  When the 2.4 kernel first came out, it was said to be faster if you had at least 16 MB.)
> 
> I read up and could not see any benefit in changing, so I ended up 'simply' reassembling the partition.

The big benefits are flexibility, simplicity, and time consumed.  Given
your particular case it seems a bit ironic that you see no benefit in
using swap files.  The time to resolution in this case would be mere
seconds with swap files.  How much total time did you spend reassembling
your swap partition, bot command execution time, but your total time?

-- 
Stan

  reply	other threads:[~2011-05-18 21:53 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-16 21:41 Best way to create RAID-6 for swap partition - existing one failed Gavin Flower
2011-05-18 15:01 ` David Brown
2011-05-18 18:59 ` Stan Hoeppner
2011-05-18 19:57   ` likewhoa
2011-05-18 20:32     ` Gavin Flower
2011-05-18 20:59       ` likewhoa
2011-05-18 20:13   ` Gavin Flower
2011-05-18 21:53     ` Stan Hoeppner [this message]
2011-05-18 22:31       ` Gavin Flower
2011-05-18 23:01         ` Stan Hoeppner
2011-05-18 20:42   ` Gavin Flower
2011-05-18 22:26     ` Stan Hoeppner
2011-05-18 22:55       ` Gavin Flower
2011-05-19  0:11   ` Gavin Flower
2011-05-19  2:26     ` Stan Hoeppner
2011-05-19  2:50       ` Gavin Flower
2011-05-19  3:28         ` Stan Hoeppner
2011-05-19  4:05           ` Gavin Flower
2011-05-19  8:17             ` Stan Hoeppner
2011-05-20  3:32       ` Leslie Rhorer
2011-05-19  9:04   ` Gordon Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DD43FE3.7000905@hardwarefreak.com \
    --to=stan@hardwarefreak.com \
    --cc=gavinflower@yahoo.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=mb@gem.win.co.nz \
    --cc=neilb@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.