Extending a multipath'd /dev/mapper device that isn't listed as an LVM anywhere
Clash Royale CLAN TAG#URR8PPP
RHEL 5. I have a host that uses an EQL array for storage with multipath on the OS. I'm trying to extend the disk:
/dev/mapper/prdbkpp1 1.3T 1.3T 20G 99% /backup
I rescanned and resized via multipathd without issue. Correct size shown:
prdbkp (364ed2aa5a880392c6ef96415b8ed61e7) dm-16 EQLOGIC,100E-00
[size=1.5T][features=1 queue_if_no_path][hwhandler=0][rw]
_ round-robin 0 [prio=1][active]
_ 29:0:0:0 sdv 65:80 [active][ready]
_ 28:0:0:0 sdw 65:96 [active][ready]
_ 30:0:0:0 sdx 65:112 [active][ready]
_ 27:0:0:0 sdy 65:128 [active][ready]
Even though the device is listed as /dev/mapper/prdbkpp1, there is nothing under lvdisplay, vgdisplay, or pvdisplay that I can use to actually extend the LVM - nothing is listed but the OS LVMs that were in place originally. resize2FS doesn't do anything as you might imagine.
I'm very confused about how to actually extend this filesystem, then. Are we just extending the partition and resizing after the fact?
rhel lvm multipath-storage
add a comment |
RHEL 5. I have a host that uses an EQL array for storage with multipath on the OS. I'm trying to extend the disk:
/dev/mapper/prdbkpp1 1.3T 1.3T 20G 99% /backup
I rescanned and resized via multipathd without issue. Correct size shown:
prdbkp (364ed2aa5a880392c6ef96415b8ed61e7) dm-16 EQLOGIC,100E-00
[size=1.5T][features=1 queue_if_no_path][hwhandler=0][rw]
_ round-robin 0 [prio=1][active]
_ 29:0:0:0 sdv 65:80 [active][ready]
_ 28:0:0:0 sdw 65:96 [active][ready]
_ 30:0:0:0 sdx 65:112 [active][ready]
_ 27:0:0:0 sdy 65:128 [active][ready]
Even though the device is listed as /dev/mapper/prdbkpp1, there is nothing under lvdisplay, vgdisplay, or pvdisplay that I can use to actually extend the LVM - nothing is listed but the OS LVMs that were in place originally. resize2FS doesn't do anything as you might imagine.
I'm very confused about how to actually extend this filesystem, then. Are we just extending the partition and resizing after the fact?
rhel lvm multipath-storage
add a comment |
RHEL 5. I have a host that uses an EQL array for storage with multipath on the OS. I'm trying to extend the disk:
/dev/mapper/prdbkpp1 1.3T 1.3T 20G 99% /backup
I rescanned and resized via multipathd without issue. Correct size shown:
prdbkp (364ed2aa5a880392c6ef96415b8ed61e7) dm-16 EQLOGIC,100E-00
[size=1.5T][features=1 queue_if_no_path][hwhandler=0][rw]
_ round-robin 0 [prio=1][active]
_ 29:0:0:0 sdv 65:80 [active][ready]
_ 28:0:0:0 sdw 65:96 [active][ready]
_ 30:0:0:0 sdx 65:112 [active][ready]
_ 27:0:0:0 sdy 65:128 [active][ready]
Even though the device is listed as /dev/mapper/prdbkpp1, there is nothing under lvdisplay, vgdisplay, or pvdisplay that I can use to actually extend the LVM - nothing is listed but the OS LVMs that were in place originally. resize2FS doesn't do anything as you might imagine.
I'm very confused about how to actually extend this filesystem, then. Are we just extending the partition and resizing after the fact?
rhel lvm multipath-storage
RHEL 5. I have a host that uses an EQL array for storage with multipath on the OS. I'm trying to extend the disk:
/dev/mapper/prdbkpp1 1.3T 1.3T 20G 99% /backup
I rescanned and resized via multipathd without issue. Correct size shown:
prdbkp (364ed2aa5a880392c6ef96415b8ed61e7) dm-16 EQLOGIC,100E-00
[size=1.5T][features=1 queue_if_no_path][hwhandler=0][rw]
_ round-robin 0 [prio=1][active]
_ 29:0:0:0 sdv 65:80 [active][ready]
_ 28:0:0:0 sdw 65:96 [active][ready]
_ 30:0:0:0 sdx 65:112 [active][ready]
_ 27:0:0:0 sdy 65:128 [active][ready]
Even though the device is listed as /dev/mapper/prdbkpp1, there is nothing under lvdisplay, vgdisplay, or pvdisplay that I can use to actually extend the LVM - nothing is listed but the OS LVMs that were in place originally. resize2FS doesn't do anything as you might imagine.
I'm very confused about how to actually extend this filesystem, then. Are we just extending the partition and resizing after the fact?
rhel lvm multipath-storage
rhel lvm multipath-storage
edited Feb 12 at 19:01
Rui F Ribeiro
41.2k1481139
41.2k1481139
asked Feb 12 at 16:59
Kristopher KahnKristopher Kahn
365
365
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f500216%2fextending-a-multipathd-dev-mapper-device-that-isnt-listed-as-an-lvm-anywhere%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
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f500216%2fextending-a-multipathd-dev-mapper-device-that-isnt-listed-as-an-lvm-anywhere%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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