Removing Software RAID 1 after P2V conversionTesting my raid array / is my mdadm raid working OK?How to...

Welcoming 2019 Pi day: How to draw the letter π?

How big is a MODIS 250m pixel in reality?

How Could an Airship Be Repaired Mid-Flight

how to draw discrete time diagram in tikz

Professor being mistaken for a grad student

How do I hide Chekhov's Gun?

How to make healing in an exploration game interesting

Interplanetary conflict, some disease destroys the ability to understand or appreciate music

An inequality of matrix norm

Why doesn't the EU now just force the UK to choose between referendum and no-deal?

It's a yearly task, alright

Min function accepting varying number of arguments in C++17

Opacity of an object in 2.8

Life insurance that covers only simultaneous/dual deaths

Do I need life insurance if I can cover my own funeral costs?

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?

Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?

Charles Hockett - 'F' article?

How to explain that I do not want to visit a country due to personal safety concern?

Are ETF trackers fundamentally better than individual stocks?

A Cautionary Suggestion

Existence of subset with given Hausdorff dimension

Do the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?

What's the meaning of “spike” in the context of “adrenaline spike”?



Removing Software RAID 1 after P2V conversion


Testing my raid array / is my mdadm raid working OK?How to remove swap from RAID1 Array?Add wrong device to software raid?Help rebuilding raid1 array?Upgrade to 12.04LTS dumps to busybox on bootRaid Issues Cannot Boot and Getting Superblock ErrorsNo more Diskspace after disk change, mdadm / Raid6Breaking boot-up Raid 1 array into two independent drivesRAID1 /dev/md0 showing up as /dev/md126 after rebootUbuntu 14 Raid not booting













1















In my home lab I've got an Ubuntu Server 18.04 that's been a physical machine for a long time now. Today I decided to make it virtual and moved it over to my Proxmox server without issue. I'm up and running with one small issue I wanted to get some help on resolving.



When the device was physical I had a software RAID 1 configured. Now that it's been converted I would like to remove that RAID configuration since obviously it isn't needed now. I can't seem to figure out how to remove it using about every guide and suggestion I've found online. Other than saying "degraded" it looks perfectly fine. Like it doesn't notice it's only a single disk now.



sudo mdadm -D /dev/md0
/dev/md0:
Version : 1.2
Creation Time : Mon Aug 15 19:11:21 2016
Raid Level : raid1
Array Size : 7806976 (7.45 GiB 7.99 GB)
Used Dev Size : 7806976 (7.45 GiB 7.99 GB)
Raid Devices : 2
Total Devices : 1
Persistence : Superblock is persistent

Update Time : Fri Mar 15 19:37:07 2019
State : clean, degraded
Active Devices : 1
Working Devices : 1
Failed Devices : 0
Spare Devices : 0

Consistency Policy : resync

Name : ubuntu:0 (local to host ubuntu)
UUID : f9c09690:4edfb4ba:083bba5c:4f50adaa
Events : 110

Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
- 0 0 1 removed


and



sudo cat /proc/mdstat

Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]
md1 : active raid1 sda2[0]
70273024 blocks super 1.2 [2/1] [U_]

md0 : active raid1 sda1[0]
7806976 blocks super 1.2 [2/1] [U_]








share







New contributor




Ilinuxnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    1















    In my home lab I've got an Ubuntu Server 18.04 that's been a physical machine for a long time now. Today I decided to make it virtual and moved it over to my Proxmox server without issue. I'm up and running with one small issue I wanted to get some help on resolving.



    When the device was physical I had a software RAID 1 configured. Now that it's been converted I would like to remove that RAID configuration since obviously it isn't needed now. I can't seem to figure out how to remove it using about every guide and suggestion I've found online. Other than saying "degraded" it looks perfectly fine. Like it doesn't notice it's only a single disk now.



    sudo mdadm -D /dev/md0
    /dev/md0:
    Version : 1.2
    Creation Time : Mon Aug 15 19:11:21 2016
    Raid Level : raid1
    Array Size : 7806976 (7.45 GiB 7.99 GB)
    Used Dev Size : 7806976 (7.45 GiB 7.99 GB)
    Raid Devices : 2
    Total Devices : 1
    Persistence : Superblock is persistent

    Update Time : Fri Mar 15 19:37:07 2019
    State : clean, degraded
    Active Devices : 1
    Working Devices : 1
    Failed Devices : 0
    Spare Devices : 0

    Consistency Policy : resync

    Name : ubuntu:0 (local to host ubuntu)
    UUID : f9c09690:4edfb4ba:083bba5c:4f50adaa
    Events : 110

    Number Major Minor RaidDevice State
    0 8 1 0 active sync /dev/sda1
    - 0 0 1 removed


    and



    sudo cat /proc/mdstat

    Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]
    md1 : active raid1 sda2[0]
    70273024 blocks super 1.2 [2/1] [U_]

    md0 : active raid1 sda1[0]
    7806976 blocks super 1.2 [2/1] [U_]








    share







    New contributor




    Ilinuxnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      1












      1








      1


      1






      In my home lab I've got an Ubuntu Server 18.04 that's been a physical machine for a long time now. Today I decided to make it virtual and moved it over to my Proxmox server without issue. I'm up and running with one small issue I wanted to get some help on resolving.



      When the device was physical I had a software RAID 1 configured. Now that it's been converted I would like to remove that RAID configuration since obviously it isn't needed now. I can't seem to figure out how to remove it using about every guide and suggestion I've found online. Other than saying "degraded" it looks perfectly fine. Like it doesn't notice it's only a single disk now.



      sudo mdadm -D /dev/md0
      /dev/md0:
      Version : 1.2
      Creation Time : Mon Aug 15 19:11:21 2016
      Raid Level : raid1
      Array Size : 7806976 (7.45 GiB 7.99 GB)
      Used Dev Size : 7806976 (7.45 GiB 7.99 GB)
      Raid Devices : 2
      Total Devices : 1
      Persistence : Superblock is persistent

      Update Time : Fri Mar 15 19:37:07 2019
      State : clean, degraded
      Active Devices : 1
      Working Devices : 1
      Failed Devices : 0
      Spare Devices : 0

      Consistency Policy : resync

      Name : ubuntu:0 (local to host ubuntu)
      UUID : f9c09690:4edfb4ba:083bba5c:4f50adaa
      Events : 110

      Number Major Minor RaidDevice State
      0 8 1 0 active sync /dev/sda1
      - 0 0 1 removed


      and



      sudo cat /proc/mdstat

      Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]
      md1 : active raid1 sda2[0]
      70273024 blocks super 1.2 [2/1] [U_]

      md0 : active raid1 sda1[0]
      7806976 blocks super 1.2 [2/1] [U_]








      share







      New contributor




      Ilinuxnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      In my home lab I've got an Ubuntu Server 18.04 that's been a physical machine for a long time now. Today I decided to make it virtual and moved it over to my Proxmox server without issue. I'm up and running with one small issue I wanted to get some help on resolving.



      When the device was physical I had a software RAID 1 configured. Now that it's been converted I would like to remove that RAID configuration since obviously it isn't needed now. I can't seem to figure out how to remove it using about every guide and suggestion I've found online. Other than saying "degraded" it looks perfectly fine. Like it doesn't notice it's only a single disk now.



      sudo mdadm -D /dev/md0
      /dev/md0:
      Version : 1.2
      Creation Time : Mon Aug 15 19:11:21 2016
      Raid Level : raid1
      Array Size : 7806976 (7.45 GiB 7.99 GB)
      Used Dev Size : 7806976 (7.45 GiB 7.99 GB)
      Raid Devices : 2
      Total Devices : 1
      Persistence : Superblock is persistent

      Update Time : Fri Mar 15 19:37:07 2019
      State : clean, degraded
      Active Devices : 1
      Working Devices : 1
      Failed Devices : 0
      Spare Devices : 0

      Consistency Policy : resync

      Name : ubuntu:0 (local to host ubuntu)
      UUID : f9c09690:4edfb4ba:083bba5c:4f50adaa
      Events : 110

      Number Major Minor RaidDevice State
      0 8 1 0 active sync /dev/sda1
      - 0 0 1 removed


      and



      sudo cat /proc/mdstat

      Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]
      md1 : active raid1 sda2[0]
      70273024 blocks super 1.2 [2/1] [U_]

      md0 : active raid1 sda1[0]
      7806976 blocks super 1.2 [2/1] [U_]






      server raid mdadm





      share







      New contributor




      Ilinuxnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Ilinuxnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Ilinuxnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 7 mins ago









      IlinuxnoobIlinuxnoob

      61




      61




      New contributor




      Ilinuxnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Ilinuxnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Ilinuxnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Ilinuxnoob is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126050%2fremoving-software-raid-1-after-p2v-conversion%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Ilinuxnoob is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Ilinuxnoob is a new contributor. Be nice, and check out our Code of Conduct.













          Ilinuxnoob is a new contributor. Be nice, and check out our Code of Conduct.












          Ilinuxnoob is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126050%2fremoving-software-raid-1-after-p2v-conversion%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          List of shipwrecks in 1808...

          Is there a lightweight tool to crop images quickly?Cropping Images using Command Line Tools OnlyHow to crop...

          Unit packagekit.service is masked Announcing the arrival of Valued Associate #679: Cesar...