linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mdadm create problem with existing bitmap file
@ 2010-08-20 17:16 Juan Aristizabal
  2010-08-23  2:15 ` Neil Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Juan Aristizabal @ 2010-08-20 17:16 UTC (permalink / raw)
  To: linux-raid

Hello,

I am using mdadm 2.6.3 on Ubuntu 8.04.3 32 bits. Sometimes I hit this 
error when I try to create a RAID1:

mdadm --create --force --assume-clean /dev/md73 --level=1 
--bitmap=/root/bitmaps/md73bm.tmp --raid-devices=2 /dev/vg1/vol1 
--write-mostly /dev/sdj

Continue creating array? mdadm: failed to open bitmap file 
/root/bitmaps/md73bm.tmp: Text file busy

The bitmap file exists, but lsof doesn't show that it is in use by any 
other process.

If I copy the bitmap file and try the create again everything works fine.

Any idea what might be happening here?


Thanks,

 
Juan Aristizabal



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: mdadm create problem with existing bitmap file
  2010-08-20 17:16 mdadm create problem with existing bitmap file Juan Aristizabal
@ 2010-08-23  2:15 ` Neil Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Neil Brown @ 2010-08-23  2:15 UTC (permalink / raw)
  To: Juan Aristizabal; +Cc: linux-raid

On Fri, 20 Aug 2010 11:16:39 -0600
Juan Aristizabal <jaristizabal@datagardens.com> wrote:

> Hello,
> 
> I am using mdadm 2.6.3 on Ubuntu 8.04.3 32 bits. Sometimes I hit this 
> error when I try to create a RAID1:
> 
> mdadm --create --force --assume-clean /dev/md73 --level=1 
> --bitmap=/root/bitmaps/md73bm.tmp --raid-devices=2 /dev/vg1/vol1 
> --write-mostly /dev/sdj
> 
> Continue creating array? mdadm: failed to open bitmap file 
> /root/bitmaps/md73bm.tmp: Text file busy
> 
> The bitmap file exists, but lsof doesn't show that it is in use by any 
> other process.
> 
> If I copy the bitmap file and try the create again everything works fine.
> 
> Any idea what might be happening here?

My best guess is that some other array is already using that bitmap file.  
   cat /proc/mdstat
should show you.
There aren't many circumstances that can create Text file busy - either the
file must be a binary that is being run, or a swap-file for which swapon has
been run, or the file is a bitmap file for an md array (maybe there are some
others, I cannot be bothered to grep just now).

NeilBrown


> 
> 
> Thanks,
> 
>  
> Juan Aristizabal
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-23  2:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-20 17:16 mdadm create problem with existing bitmap file Juan Aristizabal
2010-08-23  2:15 ` Neil Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).